Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -695,7 +695,7 @@ body, .gradio-container {
|
|
| 695 |
"""
|
| 696 |
|
| 697 |
# Build the Gradio interface with React-inspired design
|
| 698 |
-
with gr.Blocks(css=custom_css, theme=gr.themes.
|
| 699 |
|
| 700 |
# Hidden state for API key
|
| 701 |
api_key_state = gr.State("")
|
|
|
|
| 695 |
"""
|
| 696 |
|
| 697 |
# Build the Gradio interface with React-inspired design
|
| 698 |
+
with gr.Blocks(css=custom_css, theme=gr.themes.Ocean(), title="NVIDIA Nemotron Nano 2 VL") as demo:
|
| 699 |
|
| 700 |
# Hidden state for API key
|
| 701 |
api_key_state = gr.State("")
|