QIU JUNZHE commited on
Commit
5cd482d
1 Parent(s): 1d68190

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +1 -1
I-am-Justin.py CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(css=css) as myface:
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():
 
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=600, height=600)
141
 
142
 
143
  with gr.Row():