FarhadMadadzade
commited on
Commit
•
536f3e9
1
Parent(s):
50e1d75
trying again
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
inputs=gr.inputs.Textbox(label="Date with format YYYYMMDD"),
|
34 |
outputs=[
|
35 |
gr.outputs.Video(),
|
36 |
-
gr.
|
37 |
],
|
38 |
title="Romanian Transcription Test",
|
39 |
)
|
|
|
33 |
inputs=gr.inputs.Textbox(label="Date with format YYYYMMDD"),
|
34 |
outputs=[
|
35 |
gr.outputs.Video(),
|
36 |
+
gr.Textbox(lines=1000, max_lines=1000, interactive=True),
|
37 |
],
|
38 |
title="Romanian Transcription Test",
|
39 |
)
|