Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,7 +239,7 @@ header h1 {
|
|
| 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"):
|
|
|
|
| 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>Chat With Janus-Pro-7B</h1></header>")
|
| 243 |
|
| 244 |
with gr.Tabs():
|
| 245 |
with gr.TabItem("Multimodal Understanding"):
|