1chooo commited on
Commit
0dc6e48
·
verified ·
1 Parent(s): b914562

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -79,10 +79,5 @@ with gr.Blocks(
79
  )
80
 
81
 
82
- demo.launch(
83
- share=True,
84
- server_name="127.0.0.1",
85
- server_port=6006,
86
- debug=True,
87
- )
88
 
 
79
  )
80
 
81
 
82
+ demo.launch()
 
 
 
 
 
83