Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,4 +28,4 @@ demo = gr.Interface(
|
|
| 28 |
gr.Audio(label='Play audio to listen about the detected objectes in the image')]
|
| 29 |
)
|
| 30 |
|
| 31 |
-
demo.launch(debug=True)
|
|
|
|
| 28 |
gr.Audio(label='Play audio to listen about the detected objectes in the image')]
|
| 29 |
)
|
| 30 |
|
| 31 |
+
demo.launch(debug=True, share=True)
|