Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d3ed528
1
Parent(s):
d2db553
- .gradio/cached_examples/16/indices.csv +0 -1
- .gradio/cached_examples/16/log.csv +0 -2
- app.py +2 -1
.gradio/cached_examples/16/indices.csv
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
0
|
|
|
|
.gradio/cached_examples/16/log.csv
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
component 0,timestamp
|
2 |
-
Ka ކައެއް ބުނެދޭ އަޑު އަހަމާހޭ ނޭފަތް ބުނެޔޭ ވަސް ބަލަމާހޭ ތުންފަތް ބުނެޔޭ އެހިނި ތުންވެލަމުން އަތްތައް ގުޅުވާ އެކު އުޅެމާހޭ ލޯ ބުންޏޭ ބަލަމުން ބަލަމުންދާ It's a good thing that you're here. You're a good girl. You're a good girl. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place. They're going to the wrong place.,2025-05-16 18:41:56.105015
|
|
|
|
|
|
app.py
CHANGED
@@ -131,7 +131,8 @@ file_transcribe = gr.Interface(
|
|
131 |
examples=[
|
132 |
["sample.mp3"]
|
133 |
],
|
134 |
-
api_name=False
|
|
|
135 |
)
|
136 |
|
137 |
with demo:
|
|
|
131 |
examples=[
|
132 |
["sample.mp3"]
|
133 |
],
|
134 |
+
api_name=False,
|
135 |
+
cache_examples=False
|
136 |
)
|
137 |
|
138 |
with demo:
|