Spaces:
Runtime error
Runtime error
Zongsheng
commited on
Commit
·
efc301f
1
Parent(s):
e03131a
inference-->predict
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ If you have any questions, please feel free to contact me via <b>zsyzam@gmail.co
|
|
| 112 |
"""
|
| 113 |
|
| 114 |
demo = gr.Interface(
|
| 115 |
-
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Image(type="filepath", label="Input"),
|
| 118 |
gr.inputs.Checkbox(default=True, label="Background_Enhance"),
|
|
|
|
| 112 |
"""
|
| 113 |
|
| 114 |
demo = gr.Interface(
|
| 115 |
+
predict,
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Image(type="filepath", label="Input"),
|
| 118 |
gr.inputs.Checkbox(default=True, label="Background_Enhance"),
|