Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
|
|
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)
|