Spaces:
Runtime error
Runtime error
khaled5321
commited on
Commit
·
31f8713
1
Parent(s):
f45a763
Update app.py
Browse files
app.py
CHANGED
@@ -167,4 +167,4 @@ def infer(text, max_length=50):
|
|
167 |
|
168 |
iface = gr.Interface(fn=infer, inputs="text", outputs="text")
|
169 |
|
170 |
-
iface.launch()
|
|
|
167 |
|
168 |
iface = gr.Interface(fn=infer, inputs="text", outputs="text")
|
169 |
|
170 |
+
iface.launch(share=True)
|