Nymbo commited on
Commit
3510bf5
·
verified ·
1 Parent(s): 8a4f7ca

Update app.py

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