Spaces:
Sleeping
Sleeping
chore: share space
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ label = gr.Label()
|
|
| 33 |
|
| 34 |
|
| 35 |
demo = gr.Interface(fn=predict, inputs=image, outputs=label)
|
| 36 |
-
demo.launch(inline=False)
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
demo = gr.Interface(fn=predict, inputs=image, outputs=label)
|
| 36 |
+
demo.launch(inline=False, share=True)
|