Ywung commited on
Commit
b2650c5
1 Parent(s): 73afa7c

switch back to gradio

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -3,9 +3,12 @@ title: LLMs Playground
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: docker
7
- app_port: 7860
8
  pinned: true
 
 
 
 
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
 
 
6
  pinned: true
7
+ sdk: gradio
8
+ sdk_version: 3.41.2
9
+ app_file: server.py
10
+ # sdk: docker
11
+ # app_port: 7860
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference