Spaces:
Sleeping
Sleeping
Add application file
Browse files
app.py
CHANGED
|
@@ -87,5 +87,5 @@ def predict(image_tensor, top_k=5):
|
|
| 87 |
|
| 88 |
return result
|
| 89 |
|
| 90 |
-
iface = gr.Interface(fn=
|
| 91 |
iface.launch()
|
|
|
|
| 87 |
|
| 88 |
return result
|
| 89 |
|
| 90 |
+
iface = gr.Interface(fn=test2, inputs="image", outputs="text")
|
| 91 |
iface.launch()
|