shahad-b commited on
Commit
07d3eb6
·
verified ·
1 Parent(s): dfe5b80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -69,4 +69,5 @@ interface = gr.Interface(
69
  )
70
 
71
  # Launch the Gradio application
72
- interface.launch()
 
 
69
  )
70
 
71
  # Launch the Gradio application
72
+ if __name__ == "__main__":
73
+ interface.launch(host="0.0.0.0", port=7860)