Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/lmattingly/cartoonify-yourself
Browse files- README.md +2 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -7,6 +7,8 @@ sdk: gradio
|
|
7 |
sdk_version: 3.28.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 3.28.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- jax-diffusers-event
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ python-dateutil==2.8.2
|
|
5 |
pytz==2022.1
|
6 |
six==1.16.0
|
7 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
8 |
-
jax[
|
9 |
jaxlib
|
10 |
git+https://github.com/huggingface/diffusers@main
|
11 |
opencv-python
|
|
|
5 |
pytz==2022.1
|
6 |
six==1.16.0
|
7 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
8 |
+
jax[cuda11_pip]
|
9 |
jaxlib
|
10 |
git+https://github.com/huggingface/diffusers@main
|
11 |
opencv-python
|