AIOmarRehan commited on
Commit
1b4baf6
·
verified ·
1 Parent(s): b216168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,4 +164,4 @@ interface = gr.Interface(
164
  description=description,
165
  )
166
 
167
- interface.launch()
 
164
  description=description,
165
  )
166
 
167
+ interface.launch(server_name="0.0.0.0", server_port=7860)