Nymbo commited on
Commit
7c345ff
1 Parent(s): 2fb293b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():