pinoo commited on
Commit
755d5b9
·
1 Parent(s): 59e876c
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -83,8 +83,4 @@ with gr.Blocks() as demo:
83
  label="Example Videos"
84
  )
85
 
86
- demo.launch(
87
- server_name="0.0.0.0",
88
- server_port=7872,
89
- share=False
90
- )
 
83
  label="Example Videos"
84
  )
85
 
86
+ demo.launch()