ThirdIringan commited on
Commit
6c6a65d
1 Parent(s): 12e07a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def asr(speech):
29
 
30
  ans = round(eval(equation),2)
31
  speech = "The answer is "+str(ans)
32
- except:
33
  transcript = "Error in Translation/Format of Audio"
34
  equation = "Error in Translation/Format of Audio"
35
  ans = "Error in Translation/Format of Audio"
 
29
 
30
  ans = round(eval(equation),2)
31
  speech = "The answer is "+str(ans)
32
+ except:
33
  transcript = "Error in Translation/Format of Audio"
34
  equation = "Error in Translation/Format of Audio"
35
  ans = "Error in Translation/Format of Audio"