Spaces:
Runtime error
Runtime error
set share to false
Browse files
app.py
CHANGED
@@ -4,4 +4,5 @@ def greet(name):
|
|
4 |
return "Hello there " + name + "! You Look Marvelous!!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
iface.launch(share="
|
|
|
|
4 |
return "Hello there " + name + "! You Look Marvelous!!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch(share="false")
|
8 |
+
#set share="true" to get a local view of app
|