Spaces:
Running
on
Zero
Running
on
Zero
Yuxuan Zhang
commited on
Commit
·
a057ae6
1
Parent(s):
9fa45e4
111
Browse files
app.py
CHANGED
|
@@ -137,8 +137,7 @@ examples = [
|
|
| 137 |
|
| 138 |
|
| 139 |
with gr.Blocks() as demo:
|
| 140 |
-
|
| 141 |
-
gr.Markdown("""
|
| 142 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
| 143 |
CogView4-6B Huggingface Space🤗
|
| 144 |
</div>
|
|
@@ -157,7 +156,7 @@ with gr.Blocks() as demo:
|
|
| 157 |
⚠️ This demo is for academic research and experiential use only.
|
| 158 |
</div>
|
| 159 |
""")
|
| 160 |
-
|
| 161 |
with gr.Row():
|
| 162 |
prompt = gr.Text(
|
| 163 |
label="Prompt",
|
|
|
|
| 137 |
|
| 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 Huggingface Space🤗
|
| 143 |
</div>
|
|
|
|
| 156 |
⚠️ This demo is for academic research and experiential use only.
|
| 157 |
</div>
|
| 158 |
""")
|
| 159 |
+
with gr.Column():
|
| 160 |
with gr.Row():
|
| 161 |
prompt = gr.Text(
|
| 162 |
label="Prompt",
|