Spaces:
Sleeping
Sleeping
init
Browse files- app.py +1 -1
- requirements.txt +10 -0
app.py
CHANGED
@@ -43,4 +43,4 @@ def app():
|
|
43 |
|
44 |
|
45 |
if __name__ == "__main__":
|
46 |
-
app().launch()
|
|
|
43 |
|
44 |
|
45 |
if __name__ == "__main__":
|
46 |
+
app().launch(share=True)
|
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
2 |
+
git+https://github.com/huggingface/diffusers.git@refs/pull/5895/head
|
3 |
+
transformers==4.35.1
|
4 |
+
setuptools==69.0.2
|
5 |
+
diffusers==0.23
|
6 |
+
pillow==10.1.0
|
7 |
+
accelerate
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
gradio
|