Spaces:
Build error
Build error
Commit ·
af473ac
1
Parent(s): a52351b
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ def test_classification(input_img):
|
|
| 42 |
|
| 43 |
|
| 44 |
iface = gr.Interface(fn=test_classification, inputs=gr.inputs.Image(type="pil"), outputs="dataframe")
|
| 45 |
-
iface.launch(
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
iface = gr.Interface(fn=test_classification, inputs=gr.inputs.Image(type="pil"), outputs="dataframe")
|
| 45 |
+
iface.launch()
|