DrishtiSharma commited on
Commit
0aa8b8e
1 Parent(s): 2207126

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from stt import Model
10
 
11
 
12
  # download model
13
- storage_url = " https://coqui.gateway.scarf.sh/mixtec/jemeyer/v1.0.0/"
14
  model_name = "model.tflite"
15
  model_link = f"{storage_url}/{model_name}"
16
 
10
 
11
 
12
  # download model
13
+ storage_url = "https://coqui.gateway.scarf.sh/mixtec/jemeyer/v1.0.0"
14
  model_name = "model.tflite"
15
  model_link = f"{storage_url}/{model_name}"
16