vettorazi commited on
Commit
d77d6dc
1 Parent(s): 8e38f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ def greet(name, image):
26
  return output_path, ""
27
 
28
  iface = gr.Interface(fn=greet, inputs=["text", gr.inputs.Image(type="pil")], outputs=["video", "text"])
29
- iface.launch(share=True)
30
 
 
26
  return output_path, ""
27
 
28
  iface = gr.Interface(fn=greet, inputs=["text", gr.inputs.Image(type="pil")], outputs=["video", "text"])
29
+ iface.launch()
30