Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ demo = gr.Interface(
|
|
34 |
description="Create a beautiful greeting card with a name and message. Powered by Gradio + HTML."
|
35 |
)
|
36 |
|
37 |
-
demo.launch()
|
|
|
34 |
description="Create a beautiful greeting card with a name and message. Powered by Gradio + HTML."
|
35 |
)
|
36 |
|
37 |
+
demo.launch(share=True)
|