Zaixi commited on
Commit
e0d2fb4
·
1 Parent(s): 89c0b51
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -500,10 +500,4 @@ with gr.Blocks(title="FoldMark", css=custom_css) as demo:
500
 
501
 
502
  if __name__ == "__main__":
503
-
504
- demo.launch(
505
- server_name="0.0.0.0",
506
- server_port=7860,
507
- show_api=False,
508
- share=True
509
- )
 
500
 
501
 
502
  if __name__ == "__main__":
503
+ demo.launch(share=True)