selfitcamera
commited on
Commit
•
657d167
1
Parent(s):
3138356
update
Browse files
app.py
CHANGED
@@ -120,9 +120,10 @@ with gr.Blocks(css=css) as demo:
|
|
120 |
gr.Markdown(description)
|
121 |
|
122 |
with gr.Accordion('upload tips', open=True):
|
123 |
-
gr.
|
124 |
-
|
125 |
-
|
|
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
128 |
with gr.Column():
|
|
|
120 |
gr.Markdown(description)
|
121 |
|
122 |
with gr.Accordion('upload tips', open=True):
|
123 |
+
with gr.Row():
|
124 |
+
gr.HTML(f"<img src=\"{tip1}\" >")
|
125 |
+
gr.HTML(f"<img src=\"{tip2}\" >")
|
126 |
+
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
129 |
with gr.Column():
|