scdrand23 commited on
Commit
8ffbfbc
·
1 Parent(s): 89a066a

back to white

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -270,10 +270,10 @@ with gr.Blocks() as demo:
270
  interactive=False,
271
  show_label=True
272
  )
273
- with gr.Accordion("Example Prompts by Modality", open=False):
274
- for modality, prompts in MODALITY_PROMPTS.items():
275
- prompt_str = ", ".join(prompts)
276
- gr.Markdown(f"**{modality}**: {prompt_str}")
277
  # Add error handling for the submit button
278
  submit_btn.click(
279
  fn=process_image,
 
270
  interactive=False,
271
  show_label=True
272
  )
273
+ with gr.Accordion("Example Prompts by Modality", open=False):
274
+ for modality, prompts in MODALITY_PROMPTS.items():
275
+ prompt_str = ", ".join(prompts)
276
+ gr.Markdown(f"**{modality}**: {prompt_str}")
277
  # Add error handling for the submit button
278
  submit_btn.click(
279
  fn=process_image,