Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks() as demo:
|
|
196 |
suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
|
197 |
|
198 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
199 |
-
demo.launch()
|
|
|
196 |
suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
|
197 |
|
198 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
199 |
+
demo.launch(share=True)
|