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

share not supported

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(share=True)
 
26
 
27
  iface = gr.Interface(fn=getResult, inputs=[
28
  "text", gr.Image(type="pil")], outputs="text")
29
+ iface.launch()