Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ demo = gr.Interface(
|
|
21 |
)
|
22 |
|
23 |
|
24 |
-
demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
25 |
demo.launch()
|
|
|
21 |
)
|
22 |
|
23 |
|
24 |
+
#demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
25 |
demo.launch()
|