triphuong57 commited on
Commit
dc729f5
Β·
verified Β·
1 Parent(s): 5a0b875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ def greet(image, prompt):
28
  return output
29
 
30
  demo = gr.Interface(fn=greet, inputs=[gr.Image(label="Upload image", sources=['upload', 'webcam'], type="pil"), gr.Text()], outputs="text")
31
- demo.launch(share=tTrue)
 
28
  return output
29
 
30
  demo = gr.Interface(fn=greet, inputs=[gr.Image(label="Upload image", sources=['upload', 'webcam'], type="pil"), gr.Text()], outputs="text")
31
+ demo.launch(share=True)