mukunda1729 commited on
Commit
b4651f1
·
verified ·
1 Parent(s): 924651d

fix: explicit server_name + port for HF Space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(title="The Agent Reliability Stack — Live Demo", theme=gr.theme
290
  )
291
 
292
  if __name__ == "__main__":
293
- demo.launch()
 
290
  )
291
 
292
  if __name__ == "__main__":
293
+ demo.launch(server_name="0.0.0.0", server_port=7860)