Tonic commited on
Commit
386506a
1 Parent(s): cac8b0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def process_input(text, file):
49
  response = chat_with_model(image_path=image_path, text_query=text)
50
  return response
51
 
52
- with gr.Blocks(theme=ParityError/Anime) as demo:
53
  gr.Markdown("""
54
  # 🙋🏻‍♂️欢迎来到🌟Tonic 的🦆Qwen-VL-Chat🤩Bot!🚀
55
  # 🙋🏻‍♂️Welcome toTonic's Qwen-VL-Chat Bot!
 
49
  response = chat_with_model(image_path=image_path, text_query=text)
50
  return response
51
 
52
+ with gr.Blocks() as demo:
53
  gr.Markdown("""
54
  # 🙋🏻‍♂️欢迎来到🌟Tonic 的🦆Qwen-VL-Chat🤩Bot!🚀
55
  # 🙋🏻‍♂️Welcome toTonic's Qwen-VL-Chat Bot!