Spaces:
Runtime error
Runtime error
Commit
·
f04a946
1
Parent(s):
4ac1d19
share is not supported in the space
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def greet(name):
|
|
11 |
Define the entry point for the application.
|
12 |
"""
|
13 |
demo = create_gradio_interface()
|
14 |
-
demo.launch(share=
|
|
|
11 |
Define the entry point for the application.
|
12 |
"""
|
13 |
demo = create_gradio_interface()
|
14 |
+
demo.launch(share=False)
|