hfmrbean commited on
Commit
6b5aed7
1 Parent(s): a22e01a

Remove server ip:port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def getResult(query, image):
26
 
27
  iface = gr.Interface(fn=getResult, inputs=[
28
  "text", gr.Image(type="pil")], outputs="text")
29
- iface.launch(server_name="0.0.0.0",share=True)
 
26
 
27
  iface = gr.Interface(fn=getResult, inputs=[
28
  "text", gr.Image(type="pil")], outputs="text")
29
+ iface.launch(share=True)