MennatullahHany commited on
Commit
f777f78
·
verified ·
1 Parent(s): 5eb7fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,10 +21,9 @@ def predict(audio):
21
  # تشغيل موديلك
22
  result = classifier(transcription)
23
 
24
- # اطبع النتيجة في الـ Logs
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