Programer123 commited on
Commit
9bf8cef
·
verified ·
1 Parent(s): e66be57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,4 +102,4 @@ with gr.Blocks(theme=theme, css=custom_css, fill_height=True) as demo:
102
  )
103
 
104
  if __name__ == "__main__":
105
-
 
102
  )
103
 
104
  if __name__ == "__main__":
105
+ demo.launch(server_name="0.0.0.0", server_port=7860)