Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -237,9 +237,9 @@ header h1 {
|
|
237 |
"""
|
238 |
|
239 |
# Gradio Interface
|
240 |
-
with gr.Blocks(css=custom_css, title="Multimodal & T2I
|
241 |
with gr.Column(variant="panel"):
|
242 |
-
gr.Markdown("<header><h1>
|
243 |
|
244 |
with gr.Tabs():
|
245 |
with gr.TabItem("Multimodal Understanding"):
|
|
|
237 |
"""
|
238 |
|
239 |
# Gradio Interface
|
240 |
+
with gr.Blocks(css=custom_css, title="Multimodal & T2I") as demo:
|
241 |
with gr.Column(variant="panel"):
|
242 |
+
gr.Markdown("<header><h1>Janus-Pro-7B</h1></header>")
|
243 |
|
244 |
with gr.Tabs():
|
245 |
with gr.TabItem("Multimodal Understanding"):
|