Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- demo/app_januspro.py +1 -1
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
title: Janus
|
3 |
app_file: demo/app_januspro.py
|
4 |
sdk: gradio
|
5 |
-
sdk_version:
|
6 |
---
|
7 |
<!-- markdownlint-disable first-line-h1 -->
|
8 |
<!-- markdownlint-disable html -->
|
@@ -746,4 +746,4 @@ This code repository is licensed under [the MIT License](https://github.com/deep
|
|
746 |
|
747 |
## 6. Contact
|
748 |
|
749 |
-
If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]).
|
|
|
2 |
title: Janus
|
3 |
app_file: demo/app_januspro.py
|
4 |
sdk: gradio
|
5 |
+
sdk_version: 3.48.0
|
6 |
---
|
7 |
<!-- markdownlint-disable first-line-h1 -->
|
8 |
<!-- markdownlint-disable html -->
|
|
|
746 |
|
747 |
## 6. Contact
|
748 |
|
749 |
+
If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]).
|
demo/app_januspro.py
CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
|
|
8 |
import numpy as np
|
9 |
import os
|
10 |
import time
|
11 |
-
|
12 |
|
13 |
|
14 |
# Load model and processor
|
|
|
8 |
import numpy as np
|
9 |
import os
|
10 |
import time
|
11 |
+
import spaces # Import spaces for ZeroGPU compatibility
|
12 |
|
13 |
|
14 |
# Load model and processor
|