share
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ demo = gr.Interface(
|
|
| 8 |
inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
| 9 |
outputs="text",
|
| 10 |
)
|
| 11 |
-
demo.launch()
|
|
|
|
| 8 |
inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
| 9 |
outputs="text",
|
| 10 |
)
|
| 11 |
+
demo.launch(share=True)
|