Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,9 @@ def greet(name):
|
|
5 |
return "Hello " + name + "!!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
-
iface.launch(
|
|
|
|
|
9 |
|
10 |
"""
|
11 |
code_nl = "function for db connection"
|
|
|
5 |
return "Hello " + name + "!!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
+
iface.launch(
|
9 |
+
share=True
|
10 |
+
)
|
11 |
|
12 |
"""
|
13 |
code_nl = "function for db connection"
|