Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -503,7 +503,7 @@ title_html = """
|
|
503 |
</p>
|
504 |
"""
|
505 |
|
506 |
-
with gr.Blocks(
|
507 |
gr.Markdown(title_html)
|
508 |
|
509 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
503 |
</p>
|
504 |
"""
|
505 |
|
506 |
+
with gr.Blocks(title="Gemma3-R1984-1B") as demo:
|
507 |
gr.Markdown(title_html)
|
508 |
|
509 |
with gr.Accordion("Advanced Settings", open=False):
|