Spaces:
Runtime error
Runtime error
Commit
·
c621681
1
Parent(s):
bc63eb2
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(name):
|
|
5 |
|
6 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
|
8 |
-
gr.Interface(
|
9 |
|
10 |
|
11 |
|
|
|
5 |
|
6 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
|
8 |
+
gr.Interface(demo).launch(share=True)
|
9 |
|
10 |
|
11 |
|