Prince53 commited on
Commit
d2d61b9
·
verified ·
1 Parent(s): 2e00e13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GeoChat <img src="images/logo_geochat.png" height="40">: Grounded Large Vision-Language Model for Remote Sensing [CVPR-2024]
2
  <p align="center">
3
  <img src="https://i.imgur.com/waxVImv.png" alt="Oryx Video-ChatGPT">
@@ -223,5 +235,6 @@ We are thankful to LLaVA and Vicuna for releasing their models and code as open-
223
  [<img src="images/IVAL_logo.png" width="200" height="100">](https://www.ival-mbzuai.com)
224
  [<img src="images/Oryx_logo.png" width="100" height="100">](https://github.com/mbzuai-oryx)
225
  [<img src="images/MBZUAI_logo.png" width="360" height="85">](https://mbzuai.ac.ae)
226
- Fixing Hugging Face deployment
 
227
 
 
1
+ ---
2
+ title: GeochatP
3
+ emoji: 🌍
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio # or "streamlit" if using Streamlit
7
+ app_file: app.py # Ensure this matches your Python file
8
+ ---
9
+
10
+ # GeochatP
11
+ This is a Hugging Face Space for the GeochatP application.
12
+
13
  # GeoChat <img src="images/logo_geochat.png" height="40">: Grounded Large Vision-Language Model for Remote Sensing [CVPR-2024]
14
  <p align="center">
15
  <img src="https://i.imgur.com/waxVImv.png" alt="Oryx Video-ChatGPT">
 
235
  [<img src="images/IVAL_logo.png" width="200" height="100">](https://www.ival-mbzuai.com)
236
  [<img src="images/Oryx_logo.png" width="100" height="100">](https://github.com/mbzuai-oryx)
237
  [<img src="images/MBZUAI_logo.png" width="360" height="85">](https://mbzuai.ac.ae)
238
+ Fixing Hugging Face deployment
239
+
240