black page
Browse files
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():
|