Yuxuan Zhang commited on
Commit
0c3dac8
·
1 Parent(s): 55fbe1f
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -134,14 +134,8 @@ examples = [
134
  "A vibrant red-colored dog of medium build stands attentively in an autumn forest setting. Its fur is a deep, rich red, reminiscent of autumn leaves, contrasting with its bright, intelligent eyes, a clear sky blue. The dog's ears perk up, and its tail wags slightly as it looks off into the distance, its posture suggesting alertness and curiosity. Golden sunlight filters through the canopy of russet and gold leaves above, casting dappled light onto the forest floor and the glossy coat of the canine, creating a serene and heartwarming scene."
135
  ]
136
 
137
- css = """
138
- #col-container {
139
- margin: 0 auto;
140
- max-width: 640px;
141
- }
142
- """
143
-
144
- with gr.Blocks(css=css,) as demo:
145
  with gr.Column(elem_id="col-container"):
146
  gr.Markdown(f"""
147
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
 
134
  "A vibrant red-colored dog of medium build stands attentively in an autumn forest setting. Its fur is a deep, rich red, reminiscent of autumn leaves, contrasting with its bright, intelligent eyes, a clear sky blue. The dog's ears perk up, and its tail wags slightly as it looks off into the distance, its posture suggesting alertness and curiosity. Golden sunlight filters through the canopy of russet and gold leaves above, casting dappled light onto the forest floor and the glossy coat of the canine, creating a serene and heartwarming scene."
135
  ]
136
 
137
+
138
+ with gr.Blocks() as demo:
 
 
 
 
 
 
139
  with gr.Column(elem_id="col-container"):
140
  gr.Markdown(f"""
141
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">