Spaces:
Runtime error
Runtime error
Add application file
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Explore the world of multimodal interactions with the Multimodal Vision Insight
|
|
26 |
3. Explore the potential of Vision Language Models in understanding and interacting with multimodal data.
|
27 |
|
28 |
## Developers:
|
29 |
-
Developed by Keyvan Hardani (Keyvven on [Twitter](https://twitter.com/Keyvven)
|
30 |
Special thanks to [@Artificialguybr](https://twitter.com/artificialguybr) for the inspiration from his code.
|
31 |
|
32 |
## Acknowledgments:
|
|
|
26 |
3. Explore the potential of Vision Language Models in understanding and interacting with multimodal data.
|
27 |
|
28 |
## Developers:
|
29 |
+
Developed by Keyvan Hardani (Keyvven on [Twitter](https://twitter.com/Keyvven)).
|
30 |
Special thanks to [@Artificialguybr](https://twitter.com/artificialguybr) for the inspiration from his code.
|
31 |
|
32 |
## Acknowledgments:
|
app.py
CHANGED
@@ -123,7 +123,7 @@ css = '''
|
|
123 |
with gr.Blocks(css=css) as demo:
|
124 |
gr.Markdown("# Qwen-VL-Chat Bot")
|
125 |
gr.Markdown(
|
126 |
-
"## Developed by Keyvan Hardani (Keyvven on [Twitter](https://twitter.com/Keyvven)
|
127 |
"Special thanks to [@Artificialguybr](https://twitter.com/artificialguybr) for the inspiration from his code.\n"
|
128 |
"### Qwen-VL: A Multimodal Large Vision Language Model by Alibaba Cloud\n"
|
129 |
)
|
|
|
123 |
with gr.Blocks(css=css) as demo:
|
124 |
gr.Markdown("# Qwen-VL-Chat Bot")
|
125 |
gr.Markdown(
|
126 |
+
"## Developed by Keyvan Hardani (Keyvven on [Twitter](https://twitter.com/Keyvven))\n"
|
127 |
"Special thanks to [@Artificialguybr](https://twitter.com/artificialguybr) for the inspiration from his code.\n"
|
128 |
"### Qwen-VL: A Multimodal Large Vision Language Model by Alibaba Cloud\n"
|
129 |
)
|