Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ def greet(name):
|
|
| 6 |
|
| 7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
iface.launch(
|
| 9 |
-
share=True
|
| 10 |
)
|
| 11 |
|
| 12 |
"""
|
|
|
|
| 6 |
|
| 7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
iface.launch(
|
| 9 |
+
# share=True # RuntimeError: Share is not supported when you are in Spaces (!?!?!?)
|
| 10 |
)
|
| 11 |
|
| 12 |
"""
|