Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ def greet(name):
|
|
9 |
|
10 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title=title, description=description, article=ref)
|
11 |
|
12 |
-
demo.launch(
|
|
|
9 |
|
10 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title=title, description=description, article=ref)
|
11 |
|
12 |
+
demo.launch()
|