Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ def greet(name):
|
|
4 |
raise gr.Error("Error")
|
5 |
|
6 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
demo.
|
|
|
4 |
raise gr.Error("Error")
|
5 |
|
6 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
demo.queue(api_open=False).launch(show_api=False)
|