陈君至
commited on
Commit
·
4d57481
1
Parent(s):
61f7a3e
fix dependency problems
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -239,4 +239,4 @@ with gr.Blocks() as demo:
|
|
239 |
# """,
|
240 |
# )
|
241 |
if __name__ == "__main__":
|
242 |
-
demo.queue().launch(
|
|
|
239 |
# """,
|
240 |
# )
|
241 |
if __name__ == "__main__":
|
242 |
+
demo.queue().launch()
|
requirements.txt
CHANGED
@@ -11,7 +11,7 @@ tenacity==8.2.2
|
|
11 |
termcolor==2.4.0
|
12 |
tqdm==4.66.2
|
13 |
xmltodict==0.13.0
|
14 |
-
pydantic
|
15 |
langchain-community
|
16 |
streamlit
|
17 |
gradio
|
|
|
11 |
termcolor==2.4.0
|
12 |
tqdm==4.66.2
|
13 |
xmltodict==0.13.0
|
14 |
+
pydantic
|
15 |
langchain-community
|
16 |
streamlit
|
17 |
gradio
|