Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ def stream_chat(input_image: Image.Image, caption_type: str, caption_length: str
|
|
274 |
return prompt_str, caption.strip()
|
275 |
|
276 |
|
277 |
-
with gr.Blocks() as demo:
|
278 |
gr.HTML(TITLE)
|
279 |
|
280 |
with gr.Row():
|
|
|
274 |
return prompt_str, caption.strip()
|
275 |
|
276 |
|
277 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
278 |
gr.HTML(TITLE)
|
279 |
|
280 |
with gr.Row():
|