davidizzle commited on
Commit
8656dfb
Β·
1 Parent(s): 1efea19

πŸ“ Add Hugging Face Spaces config header

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸ’Ž Gemma πŸ’Ž HF Spaces Demo
2
 
3
  An interactive [Streamlit](https://streamlit.io) app to test [Gemma](https://huggingface.co/google/gemma-2b) models directly in your browser.
 
1
+ ---
2
+ title: Gemma Demo GSoC
3
+ emoji: πŸ’Ž
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: streamlit
7
+ sdk_version: "1.31.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # πŸ’Ž Gemma πŸ’Ž HF Spaces Demo
13
 
14
  An interactive [Streamlit](https://streamlit.io) app to test [Gemma](https://huggingface.co/google/gemma-2b) models directly in your browser.