Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks() as demo:
|
|
71 |
video = gr.Video()
|
72 |
submit_image.click(fn=get_video,inputs=[image,fltShift,fltZoom,steps1,steps2,frames,fps],outputs=video)
|
73 |
|
74 |
-
demo.launch(
|
|
|
71 |
video = gr.Video()
|
72 |
submit_image.click(fn=get_video,inputs=[image,fltShift,fltZoom,steps1,steps2,frames,fps],outputs=video)
|
73 |
|
74 |
+
demo.launch(show_error=True)
|