Yuxuan Zhang commited on
Commit
c4c86e6
·
1 Parent(s): f951c72
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 5.15.0
8
  app_file: app.py
9
  pinned: false
10
  short_description: Gradio demo of CogView4-6B
 
11
  ---
12
 
13
  ## CogView4
 
8
  app_file: app.py
9
  pinned: false
10
  short_description: Gradio demo of CogView4-6B
11
+ sanitize html:
12
  ---
13
 
14
  ## CogView4
app.py CHANGED
@@ -137,7 +137,7 @@ examples = [
137
  "A vintage red convertible with gleaming chrome finishes sits attractively under the golden hues of a setting sun, parked on a deserted cobblestone street in a charming old town. The car's polished body reflects the surrounding quaint buildings and the few early evening stars beginning to twinkle in the gentle gradient of the twilight sky. A light breeze teases the few fallen leaves near the car's pristine white-walled tires, which rest casually by the sidewalk, hinting at the leisurely pace of life in this serene setting."
138
  ]
139
  with gr.Blocks() as demo:
140
- gr.Markdown("""
141
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
142
  CogView4-6B Hugging Face Space🤗
143
  </div>
 
137
  "A vintage red convertible with gleaming chrome finishes sits attractively under the golden hues of a setting sun, parked on a deserted cobblestone street in a charming old town. The car's polished body reflects the surrounding quaint buildings and the few early evening stars beginning to twinkle in the gentle gradient of the twilight sky. A light breeze teases the few fallen leaves near the car's pristine white-walled tires, which rest casually by the sidewalk, hinting at the leisurely pace of life in this serene setting."
138
  ]
139
  with gr.Blocks() as demo:
140
+ gr.HTML("""
141
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
142
  CogView4-6B Hugging Face Space🤗
143
  </div>