cvips
commited on
Commit
·
469d56f
1
Parent(s):
0856b31
front end updated
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def process_image(image_path, text_prompts, modality):
|
|
210 |
|
211 |
# Define Gradio interface
|
212 |
with gr.Blocks() as demo:
|
213 |
-
gr.
|
214 |
with gr.Row():
|
215 |
with gr.Column():
|
216 |
image_input = gr.Image(type="filepath", label="Input Image")
|
|
|
210 |
|
211 |
# Define Gradio interface
|
212 |
with gr.Blocks() as demo:
|
213 |
+
gr.HTML(MARKDOWN)
|
214 |
with gr.Row():
|
215 |
with gr.Column():
|
216 |
image_input = gr.Image(type="filepath", label="Input Image")
|