Chaerin5 commited on
Commit
a3584ea
·
1 Parent(s): b23e774

runtime fix

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1578,8 +1578,8 @@ with gr.Blocks(css=custom_css) as demo:
1578
  )
1579
 
1580
 
1581
- print("Ready to launch..")
1582
- _, _, shared_url = demo.queue().launch(
1583
- share=True, server_name="0.0.0.0", server_port=7739
1584
- )
1585
- demo.block()
 
1578
  )
1579
 
1580
 
1581
+ # print("Ready to launch..")
1582
+ # _, _, shared_url = demo.queue().launch(
1583
+ # share=True, server_name="0.0.0.0", server_port=7739
1584
+ # )
1585
+ demo.launch()