Spaces:
Build error
Build error
removing share as its unallowed in huggingface
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ def predict(img):
|
|
| 14 |
demo = gr.Interface(fn=predict, inputs="image", outputs="text")
|
| 15 |
# demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 16 |
|
| 17 |
-
demo.launch(
|
|
|
|
| 14 |
demo = gr.Interface(fn=predict, inputs="image", outputs="text")
|
| 15 |
# demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 16 |
|
| 17 |
+
demo.launch()
|