Haiyu Wu
commited on
Commit
·
65b2a50
1
Parent(s):
2ca21e0
update
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ def main():
|
|
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 |
|
|
|
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 |
|