seawolf2357 commited on
Commit
b2523df
·
verified ·
1 Parent(s): 8b90cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -817,4 +817,6 @@ with gr.Blocks() as demo:
817
  webm_data.change(fn=convert_webm_to_mp4, inputs=[webm_data], outputs=[mp4_output])
818
 
819
  if __name__ == "__main__":
820
- demo.launch()
 
 
 
817
  webm_data.change(fn=convert_webm_to_mp4, inputs=[webm_data], outputs=[mp4_output])
818
 
819
  if __name__ == "__main__":
820
+ demo.launch()
821
+
822
+