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