Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def summarize_text(text):
|
|
| 70 |
# ======================
|
| 71 |
# 4. المثال التجريبي
|
| 72 |
# ======================
|
| 73 |
-
EXAMPLE_AUDIO_PATH = "
|
| 74 |
|
| 75 |
def process_example_audio():
|
| 76 |
if not os.path.exists(EXAMPLE_AUDIO_PATH):
|
|
|
|
| 70 |
# ======================
|
| 71 |
# 4. المثال التجريبي
|
| 72 |
# ======================
|
| 73 |
+
EXAMPLE_AUDIO_PATH = "AUDIO-2025-02-24-22-10-37.mp3"
|
| 74 |
|
| 75 |
def process_example_audio():
|
| 76 |
if not os.path.exists(EXAMPLE_AUDIO_PATH):
|