Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,4 +6,4 @@ def test(input_text):
|
|
| 6 |
demo = gr.Interface(fn=test, inputs="text", outputs="text")
|
| 7 |
|
| 8 |
if __name__ == "__main__":
|
| 9 |
-
demo.launch()
|
|
|
|
| 6 |
demo = gr.Interface(fn=test, inputs="text", outputs="text")
|
| 7 |
|
| 8 |
if __name__ == "__main__":
|
| 9 |
+
demo.launch(share=True)
|