lvkaokao
commited on
Commit
•
4903efa
1
Parent(s):
f4c6c19
upgrade transformers.
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==4.31.5 pydantic==2.7.1 gradio_modal==0.0.3")
|
3 |
|
4 |
import gradio as gr
|
5 |
import pandas as pd
|
@@ -799,4 +799,4 @@ scheduler.add_job(update_dynamic_files, "interval", hours=12) # launched every 2
|
|
799 |
scheduler.start()
|
800 |
|
801 |
demo.queue(default_concurrency_limit=40).launch()
|
802 |
-
# demo.queue(concurrency_count=40).launch()
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==4.31.5 pydantic==2.7.1 gradio_modal==0.0.3 transformers==4.41.1")
|
3 |
|
4 |
import gradio as gr
|
5 |
import pandas as pd
|
|
|
799 |
scheduler.start()
|
800 |
|
801 |
demo.queue(default_concurrency_limit=40).launch()
|
802 |
+
# demo.queue(concurrency_count=40).launch()
|