Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ def greet(name):
|
|
5 |
return f"Hello, {name}!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
-
iface.launch()
|
|
|
5 |
return f"Hello, {name}!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
+
iface.launch(share=True)
|