Spaces:
Runtime error
Runtime error
salmanmapkar
commited on
Commit
•
c77b5fb
1
Parent(s):
2125e23
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def YoutubeTranscribe(NumberOfSpeakers=None, SpeakerNames="", URL="", retries =
|
|
190 |
|
191 |
with gr.Blocks() as _block_ut:
|
192 |
ftxt, fjsonl, fcsv = True, False, False
|
193 |
-
def output_selection(_ftxt, _fjsonl,
|
194 |
nonlocal ftxt, fjsonl, fcsv
|
195 |
ftxt = _ftxt
|
196 |
fjsonl = _fjsonl
|
|
|
190 |
|
191 |
with gr.Blocks() as _block_ut:
|
192 |
ftxt, fjsonl, fcsv = True, False, False
|
193 |
+
def output_selection(_ftxt, _fjsonl, _fcsv):
|
194 |
nonlocal ftxt, fjsonl, fcsv
|
195 |
ftxt = _ftxt
|
196 |
fjsonl = _fjsonl
|