dtometzki commited on
Commit
a2f5736
·
verified ·
1 Parent(s): 56cf5f7

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +1 -1
app_2.py CHANGED
@@ -177,4 +177,4 @@ with gr.Blocks() as demo:
177
  cleanup_btn.click(fn=cleanup_gemini_files)
178
 
179
  if __name__ == "__main__":
180
- demo.launch()
 
177
  cleanup_btn.click(fn=cleanup_gemini_files)
178
 
179
  if __name__ == "__main__":
180
+ demo.launch(server_name="0.0.0.0", server_port=7860)