vladpp91 commited on
Commit
a9b1d28
·
verified ·
1 Parent(s): 018d858

Bind Gradio to 0.0.0.0:7860 for HF Space proxy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,4 +184,4 @@ with gr.Blocks(title="SafeClaw Coder LoRA") as demo:
184
 
185
 
186
  if __name__ == "__main__":
187
- demo.queue(max_size=8).launch()
 
184
 
185
 
186
  if __name__ == "__main__":
187
+ demo.queue(max_size=8).launch(server_name="0.0.0.0", server_port=7860)