Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def stream_chat(input_image: Image.Image, caption_type: str, caption_tone: str,
|
|
| 218 |
return caption.strip()
|
| 219 |
|
| 220 |
|
| 221 |
-
with gr.Blocks() as demo:
|
| 222 |
gr.HTML(TITLE)
|
| 223 |
|
| 224 |
with gr.Row():
|
|
|
|
| 218 |
return caption.strip()
|
| 219 |
|
| 220 |
|
| 221 |
+
with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
|
| 222 |
gr.HTML(TITLE)
|
| 223 |
|
| 224 |
with gr.Row():
|