Spaces:
Build error
Build error
Ubuntu commited on
Commit ·
fe1cea4
1
Parent(s): ab42df6
- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
|
@@ -27,4 +27,4 @@ demo = gr.Interface(video_identity,
|
|
| 27 |
gr.Video(),
|
| 28 |
'text',
|
| 29 |
cache_examples=True)
|
| 30 |
-
demo.launch()
|
|
|
|
| 27 |
gr.Video(),
|
| 28 |
'text',
|
| 29 |
cache_examples=True)
|
| 30 |
+
demo.launch(share=True)
|
app.py
CHANGED
|
@@ -27,4 +27,4 @@ demo = gr.Interface(video_identity,
|
|
| 27 |
gr.Video(),
|
| 28 |
'text',
|
| 29 |
cache_examples=True)
|
| 30 |
-
demo.launch()
|
|
|
|
| 27 |
gr.Video(),
|
| 28 |
'text',
|
| 29 |
cache_examples=True)
|
| 30 |
+
demo.launch(share=True)
|