Spaces:
Build error
Build error
Update app-full.py
Browse files- app-full.py +12 -0
app-full.py
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import PIL
|
3 |
import spaces
|
|
|
1 |
+
'''
|
2 |
+
sudo apt-get update && sudo apt-get install cbm ffmpeg git-lfs
|
3 |
+
|
4 |
+
git clone https://huggingface.co/spaces/svjack/HiDream-ai-full && cd HiDream-ai-full
|
5 |
+
|
6 |
+
conda install python=3.10
|
7 |
+
pip install -r requirements.txt
|
8 |
+
|
9 |
+
python app-full.py
|
10 |
+
|
11 |
+
'''
|
12 |
+
|
13 |
import gradio as gr
|
14 |
import PIL
|
15 |
import spaces
|