Spaces:
Runtime error
Runtime error
Bind Gradio to 0.0.0.0:7860 for HF Space proxy
Browse files
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)
|