Update app.py
Browse files
app.py
CHANGED
|
@@ -510,4 +510,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 510 |
chatbot.like(print_like_dislike, None, None)
|
| 511 |
|
| 512 |
demo.queue(max_size=10, default_concurrency_limit=4)
|
| 513 |
-
demo.launch(max_file_size="5mb",show_api=False,max_threads=50
|
|
|
|
| 510 |
chatbot.like(print_like_dislike, None, None)
|
| 511 |
|
| 512 |
demo.queue(max_size=10, default_concurrency_limit=4)
|
| 513 |
+
demo.launch(max_file_size="5mb",show_api=False,max_threads=50)
|