Spaces:
Running
on
T4
Running
on
T4
cheesyFishes
commited on
Commit
·
094d16a
1
Parent(s):
4975ba4
lower gradio version
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -254,4 +254,4 @@ This demo was built with [LlamaIndex](https://docs.llamaindex.ai) and [LlamaPars
|
|
254 |
|
255 |
if __name__ == "__main__":
|
256 |
# Running locally
|
257 |
-
demo.launch(
|
|
|
254 |
|
255 |
if __name__ == "__main__":
|
256 |
# Running locally
|
257 |
+
demo.launch()
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
llama-index-core==0.12.10
|
2 |
llama-index-embeddings-huggingface==0.5.0
|
3 |
llama-parse==0.5.19
|
|
|
|
1 |
llama-index-core==0.12.10
|
2 |
llama-index-embeddings-huggingface==0.5.0
|
3 |
llama-parse==0.5.19
|
4 |
+
gradio<5.0
|