Spaces:
Runtime error
Runtime error
Dhruv Diddi
commited on
Commit
·
e8456af
1
Parent(s):
03c95d2
fix: update requirements
Browse files- app.py +1 -1
- requirements.txt +5 -0
app.py
CHANGED
@@ -79,4 +79,4 @@ with block:
|
|
79 |
text,
|
80 |
)
|
81 |
|
82 |
-
block.launch()
|
|
|
79 |
text,
|
80 |
)
|
81 |
|
82 |
+
block.launch()
|
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
python-dotenv
|
2 |
https://gradio-builds.s3.amazonaws.com/queue-disconnect/v3/gradio-3.4b2-py3-none-any.whl
|
|
|
1 |
+
diffusers
|
2 |
+
transformers
|
3 |
+
nvidia-ml-py3
|
4 |
+
ftfy
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu113 torch
|
6 |
python-dotenv
|
7 |
https://gradio-builds.s3.amazonaws.com/queue-disconnect/v3/gradio-3.4b2-py3-none-any.whl
|