Spaces:
Running
Running
Commit
·
cf20a8c
1
Parent(s):
ab71f9d
Remove unsupported cache_examples and show_tips parameters from Gradio launch
Browse files
app.py
CHANGED
@@ -339,6 +339,5 @@ if __name__ == "__main__":
|
|
339 |
show_error=True,
|
340 |
quiet=False,
|
341 |
favicon_path=None,
|
342 |
-
prevent_thread_lock=True
|
343 |
-
show_tips=False
|
344 |
)
|
|
|
339 |
show_error=True,
|
340 |
quiet=False,
|
341 |
favicon_path=None,
|
342 |
+
prevent_thread_lock=True
|
|
|
343 |
)
|