Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
f2d597c
1
Parent(s):
6a3c317
Update I-am-Justin.py
Browse files- I-am-Justin.py +1 -1
I-am-Justin.py
CHANGED
@@ -136,7 +136,7 @@ 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 |
|
|
|
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=100px"):
|
140 |
output1=gr.Image(label=(f"{current_model}"))
|
141 |
|
142 |
|