bertjiazheng commited on
Commit
162309a
1 Parent(s): 42476b5

add duplicate info

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -136,11 +136,13 @@ with gr.Blocks(css=css) as demo:
136
  </div>
137
  <div style="text-align: center; font-size: 15px; margin-bottom: 20px;">
138
  KoolCogVideoX is fine-tuned on <a href="https://huggingface.co/collections/THUDM/cogvideo-66c08e62f1685a3ade464cce">CogVideoX</a> specifically for interior design scenarios.<br>
139
- The demo is powered by <a href="https://github.com/NUS-HPC-AI-Lab/VideoSys">https://github.com/NUS-HPC-AI-Lab/VideoSys</a>.
140
- </div>
141
- <div style="text-align: center; font-size: 15px;">
142
  ⚠️ This demo is for academic research and experiential use only. Users should strictly adhere to local laws and ethics.
143
  </div>
 
 
 
 
144
  """
145
  )
146
 
 
136
  </div>
137
  <div style="text-align: center; font-size: 15px; margin-bottom: 20px;">
138
  KoolCogVideoX is fine-tuned on <a href="https://huggingface.co/collections/THUDM/cogvideo-66c08e62f1685a3ade464cce">CogVideoX</a> specifically for interior design scenarios.<br>
139
+ The demo is powered by <a href="https://github.com/NUS-HPC-AI-Lab/VideoSys">https://github.com/NUS-HPC-AI-Lab/VideoSys</a>.<br>
 
 
140
  ⚠️ This demo is for academic research and experiential use only. Users should strictly adhere to local laws and ethics.
141
  </div>
142
+ <div style="text-align: center;display: flex;justify-content: center;align-items: center;">
143
+ Due to limited GPU quota, the 5B model cannot be run using GPU ZERO. You can duplicate this space and utilize your own resources to run the 5B model.
144
+ <a href="https://huggingface.co/spaces/bertjiazheng/KoolCogVideoX?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" width="160""></a>
145
+ </div>
146
  """
147
  )
148