cvips commited on
Commit
469d56f
·
1 Parent(s): 0856b31

front end updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Markdown(MARKDOWN)
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")