Spaces:
Runtime error
Runtime error
Mathieu Brun-Picard
commited on
Commit
•
1f2e66c
1
Parent(s):
ee65a0e
set share to true
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
iface.launch()
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch(share=True)
|