wasmdashai commited on
Commit
3bc710d
·
verified ·
1 Parent(s): 3afa178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -22,10 +22,8 @@ def get_url_speech(json_input,text):
22
  text=text,
23
  name_model=model,
24
  speaking_rate=speaking_rate,
25
- api_name="/predict"
26
- )
27
-
28
- return result
29
  def greet(json_input):
30
 
31
  res=get_text_ai(json_input)
 
22
  text=text,
23
  name_model=model,
24
  speaking_rate=speaking_rate,
25
+ api_name="/predict")
26
+ return result
 
 
27
  def greet(json_input):
28
 
29
  res=get_text_ai(json_input)