GGUFGuy commited on
Commit
6f16af2
·
verified ·
1 Parent(s): 5a506c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ with gr.Blocks() as demo:
66
 
67
 
68
  if __name__ == "__main__":
69
- demo.launch()
 
66
 
67
 
68
  if __name__ == "__main__":
69
+ demo.launch(server_name="0.0.0.0", server_port=7860)