Update app.py
Browse files
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(
|
| 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!
|