Haiyu Wu commited on
Commit
65b2a50
·
1 Parent(s): 2ca21e0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def main():
178
 
179
  gr.Markdown(title)
180
  gr.Markdown(description)
181
- with gr.Row(variant="panel"):
182
  with gr.Column():
183
  image_file = gr.Image(label="Upload an image (optional)", type="filepath")
184
 
 
178
 
179
  gr.Markdown(title)
180
  gr.Markdown(description)
181
+ with gr.Row():
182
  with gr.Column():
183
  image_file = gr.Image(label="Upload an image (optional)", type="filepath")
184