Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -127,5 +127,5 @@ iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
|
|
127 |
gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
|
128 |
|
129 |
#iface.launch()
|
130 |
-
iface.launch(
|
131 |
|
|
|
127 |
gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
|
128 |
|
129 |
#iface.launch()
|
130 |
+
iface.launch()
|
131 |
|