Spaces:
Runtime error
Runtime error
pip64
commited on
Commit
·
be6c61d
1
Parent(s):
627fa20
примеры
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ iface = gr.Interface(
|
|
22 |
inputs="text",
|
23 |
outputs="text",
|
24 |
examples=[["Привет!"], ["Как дела?"]])
|
25 |
-
iface.launch()
|
|
|
22 |
inputs="text",
|
23 |
outputs="text",
|
24 |
examples=[["Привет!"], ["Как дела?"]])
|
25 |
+
iface.launch(share=True)
|