Spaces:
Runtime error
Runtime error
Je Jak
commited on
Commit
·
485b612
1
Parent(s):
5193f50
Add share=True in launch()
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text",outputs="text")
|
7 |
-
iface.launch(
|
8 |
|
9 |
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text",outputs="text")
|
7 |
+
iface.launch()
|
8 |
|
9 |
|