shahad-b commited on
Commit
6b2b9a1
·
verified ·
1 Parent(s): 25a194c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,5 +61,6 @@ interface = gr.Interface(
61
  )
62
 
63
  # Launch the Gradio application
 
64
  if __name__ == "__main__":
65
- interface.launch(host="0.0.0.0", port=7860)
 
61
  )
62
 
63
  # Launch the Gradio application
64
+ interface.launch()
65
  if __name__ == "__main__":
66
+ app.run(host="0.0.0.0", port=7860)