Keyven commited on
Commit
b846764
Β·
1 Parent(s): 5c6427d

Add application file

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
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) and on [Hugging Face](https://huggingface.co/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) and on [Hugging Face](https://huggingface.co/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
  )
 
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
  )