Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def classify(input_img):
|
|
18 |
return model.config.id2label[predicted_class_idx]
|
19 |
|
20 |
demo = gr.Interface(fn=classify, inputs="image", outputs="text")
|
21 |
-
demo.launch(
|
|
|
18 |
return model.config.id2label[predicted_class_idx]
|
19 |
|
20 |
demo = gr.Interface(fn=classify, inputs="image", outputs="text")
|
21 |
+
demo.launch()
|