init
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ def image_classifier(inp):
|
|
| 8 |
return a
|
| 9 |
|
| 10 |
demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
|
| 11 |
-
demo.launch(
|
|
|
|
| 8 |
return a
|
| 9 |
|
| 10 |
demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
|
| 11 |
+
demo.launch(share=True)
|