snowkylin commited on
Commit
3511864
·
1 Parent(s): 133562c

add accelerate, update README.md

Browse files
Files changed (2) hide show
  1. readme.md +13 -0
  2. requirements.txt +1 -0
readme.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Chat with Reference Sheet
2
 
3
  A demo of [Gemma 3](https://blog.google/technology/developers/gemma-3/), demonstrating its excellent vision and multilingual capability.
 
1
+ ---
2
+ title: Refsheet Chat
3
+ emoji: 📉
4
+ colorFrom: gray
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.21.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: Chat with a character via reference sheet!
12
+ ---
13
+
14
  # Chat with Reference Sheet
15
 
16
  A demo of [Gemma 3](https://blog.google/technology/developers/gemma-3/), demonstrating its excellent vision and multilingual capability.
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio
2
  gradio_i18n
3
  git+https://github.com/huggingface/[email protected]
 
4
  torch
5
  openai
 
1
  gradio
2
  gradio_i18n
3
  git+https://github.com/huggingface/[email protected]
4
+ accelerate
5
  torch
6
  openai