Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,10 +21,9 @@ def predict(audio):
|
|
| 21 |
# تشغيل موديلك
|
| 22 |
result = classifier(transcription)
|
| 23 |
|
| 24 |
-
#
|
| 25 |
print(result)
|
| 26 |
|
| 27 |
-
# أرجعها كما هي
|
| 28 |
return {
|
| 29 |
"transcription": transcription,
|
| 30 |
"model_output": result
|
|
|
|
| 21 |
# تشغيل موديلك
|
| 22 |
result = classifier(transcription)
|
| 23 |
|
| 24 |
+
# يظهر في Logs
|
| 25 |
print(result)
|
| 26 |
|
|
|
|
| 27 |
return {
|
| 28 |
"transcription": transcription,
|
| 29 |
"model_output": result
|