scdrand23 commited on
Commit
255ada6
·
1 Parent(s): 3234587

black page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ def process_image(image_path, text_prompts, modality):
367
  return None, error_msg
368
 
369
  # Define Gradio interface
370
- with gr.Blocks(CUSTOM_CSS) as demo:
371
  gr.HTML(MARKDOWN)
372
  with gr.Row():
373
  with gr.Column():
 
367
  return None, error_msg
368
 
369
  # Define Gradio interface
370
+ with gr.Blocks(css = CUSTOM_CSS) as demo:
371
  gr.HTML(MARKDOWN)
372
  with gr.Row():
373
  with gr.Column():