alibidaran commited on
Commit
2c4c794
·
verified ·
1 Parent(s): 856ca96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ gradio_app =gr.Interface(fn=detect_objects,
32
  gr.Image(type='pil', label="Dental Analysis")])
33
 
34
  if __name__=="__main__":
35
- gradio_app.launch(server_name="0.0.0.0", server_port=7861, share=True, show_error=False)
 
32
  gr.Image(type='pil', label="Dental Analysis")])
33
 
34
  if __name__=="__main__":
35
+ gradio_app.launch()