Spaces:
Runtime error
Runtime error
Remove default arguments from Gradio interface launch
#3
by
jonjhiggins
- opened
app.py
CHANGED
@@ -60,4 +60,4 @@ examples = [
|
|
60 |
["lions.jpg"]
|
61 |
]
|
62 |
|
63 |
-
gr.Interface(depth, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(
|
|
|
60 |
["lions.jpg"]
|
61 |
]
|
62 |
|
63 |
+
gr.Interface(depth, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|