Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
1d68190
1
Parent(s):
ccf68e3
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -2
I-am-Justin.py
CHANGED
@@ -136,8 +136,8 @@ with gr.Blocks(css=css) as myface:
|
|
136 |
with gr.Column(scale=100):
|
137 |
model_name1 = gr.Dropdown(label="选择模型", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
138 |
with gr.Row():
|
139 |
-
with gr.Column(style="width=
|
140 |
-
output1=gr.Image(label=(f"{current_model}"))
|
141 |
|
142 |
|
143 |
with gr.Row():
|
|
|
136 |
with gr.Column(scale=100):
|
137 |
model_name1 = gr.Dropdown(label="选择模型", choices=[m for m in models], type="index", value=current_model, interactive=True)
|
138 |
with gr.Row():
|
139 |
+
with gr.Column(style="width=1600px"):
|
140 |
+
output1=gr.Image(label=(f"{current_model}"), width = 800px)
|
141 |
|
142 |
|
143 |
with gr.Row():
|