Spaces:
Sleeping
Sleeping
Ashmi Banerjee
commited on
Commit
·
ad08564
1
Parent(s):
856496d
updated requirements
Browse files- app.py +1 -1
- dummy.txt +0 -0
- requirements.txt +2 -2
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
67 |
gr.Markdown("## Examples")
|
68 |
gr.Examples(
|
69 |
examples, inputs=[query, model], label="Examples", fn=generate_text, outputs=[output],
|
70 |
-
|
71 |
)
|
72 |
|
73 |
if __name__ == "__main__":
|
|
|
67 |
gr.Markdown("## Examples")
|
68 |
gr.Examples(
|
69 |
examples, inputs=[query, model], label="Examples", fn=generate_text, outputs=[output],
|
70 |
+
cache_examples=True,
|
71 |
)
|
72 |
|
73 |
if __name__ == "__main__":
|
dummy.txt
DELETED
File without changes
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
sentence-transformers==2.5.1
|
2 |
-
gradio==
|
3 |
-
gradio_client==0.
|
4 |
pymongo==4.6.2
|
5 |
python-dotenv
|
6 |
google-cloud-aiplatform
|
|
|
1 |
sentence-transformers==2.5.1
|
2 |
+
gradio==4.29.0
|
3 |
+
gradio_client==0.16.1
|
4 |
pymongo==4.6.2
|
5 |
python-dotenv
|
6 |
google-cloud-aiplatform
|