LH-Tech-AI commited on
Commit
4776b08
·
verified ·
1 Parent(s): a9eb640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -169,4 +169,8 @@ with gr.Blocks(title="Supra-50M Instruct") as demo:
169
 
170
 
171
  if __name__ == "__main__":
172
- demo.launch()
 
 
 
 
 
169
 
170
 
171
  if __name__ == "__main__":
172
+ demo.launch(
173
+ server_name="0.0.0.0",
174
+ server_port=7860,
175
+ ssr_mode=False
176
+ )