Update demo_gradio.py
Browse files- demo_gradio.py +2 -2
demo_gradio.py
CHANGED
@@ -175,9 +175,9 @@ css = """
|
|
175 |
with gr.Blocks(css=css) as demo:
|
176 |
with gr.Column(elem_id="col-container"):
|
177 |
gr.Markdown("""
|
178 |
-
#
|
179 |
<p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
|
180 |
-
|
181 |
""")
|
182 |
with gr.Row():
|
183 |
with gr.Column():
|
|
|
175 |
with gr.Blocks(css=css) as demo:
|
176 |
with gr.Column(elem_id="col-container"):
|
177 |
gr.Markdown("""
|
178 |
+
# MAP ANYTHING
|
179 |
<p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
|
180 |
+
</p>
|
181 |
""")
|
182 |
with gr.Row():
|
183 |
with gr.Column():
|