tanittha commited on
Commit
b0ff03e
·
1 Parent(s): 33ad576

Remove server name and port

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,5 +56,4 @@ demo = gr.Interface(
56
  )
57
 
58
  if __name__ == "__main__":
59
- demo.launch(server_name="0.0.0.0", server_port=7860)
60
-
 
56
  )
57
 
58
  if __name__ == "__main__":
59
+ demo.launch()