Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
4cf8d5d
1
Parent(s):
b03a3e4
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def transcribe_audio(file_path):
|
|
120 |
|
121 |
return result
|
122 |
|
123 |
-
@spaces.GPU(duration=
|
124 |
def generate_summary_stream(transcription):
|
125 |
print("Starting summary generation...")
|
126 |
print(f"Transcription length: {len(transcription)} characters")
|
|
|
120 |
|
121 |
return result
|
122 |
|
123 |
+
@spaces.GPU(duration=90)
|
124 |
def generate_summary_stream(transcription):
|
125 |
print("Starting summary generation...")
|
126 |
print(f"Transcription length: {len(transcription)} characters")
|