pandora-s commited on
Commit
7c4b339
β€’
1 Parent(s): b164762

Visibility improvements

Browse files

Updated the readme to add the model so its in the og model repo.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  title: Mistral Pixtral Demo
3
- emoji: πŸŒ–
4
- colorFrom: blue
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
  title: Mistral Pixtral Demo
3
+ emoji: πŸ‘€
4
+ colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ models:
11
+ - mistralai/Pixtral-12B-2409
12
+ short_description: Chat with Pixtral 12B using Mistral Inference
13
+ ---