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