bertjiazheng commited on
Commit
2f95de8
1 Parent(s): 5f8d899

minor update

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(css=css) as demo:
152
  gr.Markdown("**Generation Parameters**<br>")
153
  with gr.Row():
154
  model_name = gr.Radio(
155
- ["bertjiazheng/KoolCogVideoX-2b", "bertjiazheng/KoolCogVideoX-5b"], label="Model Type", value="bertjiazheng/KoolCogVideoX-5b"
156
  )
157
  with gr.Row():
158
  num_inference_steps = gr.Slider(label="Inference Steps", maximum=50, value=50)
@@ -195,6 +195,9 @@ with gr.Blocks(css=css) as demo:
195
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
196
  🎥 Video Gallery
197
  </div>
 
 
 
198
  <tr>
199
  <td style="width: 25%; vertical-align: top; font-size: 0.9em;">
200
  <p>A modern living room with a minimalist design, featuring a white sofa, a marble coffee table, a geometric painting, and a chandelier hanging from the ceiling. The room is well-lit with natural light, and the color scheme is neutral with accents of gold and black. The furniture is arranged in a way that creates a comfortable and inviting space.
 
152
  gr.Markdown("**Generation Parameters**<br>")
153
  with gr.Row():
154
  model_name = gr.Radio(
155
+ ["bertjiazheng/KoolCogVideoX-2b", "bertjiazheng/KoolCogVideoX-5b"], label="Model Type", value="bertjiazheng/KoolCogVideoX-2b"
156
  )
157
  with gr.Row():
158
  num_inference_steps = gr.Slider(label="Inference Steps", maximum=50, value=50)
 
195
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
196
  🎥 Video Gallery
197
  </div>
198
+ <div style="text-align: center; font-size: 15px;">
199
+ These videos are generated by KoolCogVideoX-5b.
200
+ </div>
201
  <tr>
202
  <td style="width: 25%; vertical-align: top; font-size: 0.9em;">
203
  <p>A modern living room with a minimalist design, featuring a white sofa, a marble coffee table, a geometric painting, and a chandelier hanging from the ceiling. The room is well-lit with natural light, and the color scheme is neutral with accents of gold and black. The furniture is arranged in a way that creates a comfortable and inviting space.