pgits commited on
Commit
0160a8e
·
verified ·
1 Parent(s): 986156a

Fix SDK configuration: Change from docker to gradio to match README.md

Browse files
Files changed (1) hide show
  1. .space_config.yaml +3 -3
.space_config.yaml CHANGED
@@ -2,8 +2,8 @@ title: STT GPU Service Python v4
2
  emoji: 🎙️
3
  colorFrom: blue
4
  colorTo: green
5
- sdk: docker
6
- app_port: 7860
7
  hardware: t4-small
8
  sleep_time_timeout: 1800
9
- suggested_storage: standard
 
2
  emoji: 🎙️
3
  colorFrom: blue
4
  colorTo: green
5
+ sdk: gradio
6
+ app_file: app.py
7
  hardware: t4-small
8
  sleep_time_timeout: 1800
9
+ suggested_storage: standard