Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -336,8 +336,8 @@ with gr.Blocks() as lliface:
|
|
336 |
with gr.Tab("Advanced - LingQ Addons ideas"):
|
337 |
gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account. Macaronic Text is also another way to practice only the important information")
|
338 |
with gr.Tab("Merged Subtitles"):
|
339 |
-
gr.Interface(fn=split_srt_file, inputs="
|
340 |
-
gr.Interface(fn=splittext, inputs="
|
341 |
with gr.Row():
|
342 |
RomanFile = gr.File(label="Paste Roman")
|
343 |
W4WFile = gr.File(label="Paste Word 4 Word")
|
|
|
336 |
with gr.Tab("Advanced - LingQ Addons ideas"):
|
337 |
gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account. Macaronic Text is also another way to practice only the important information")
|
338 |
with gr.Tab("Merged Subtitles"):
|
339 |
+
gr.Interface(fn=split_srt_file, inputs="text", outputs="text", label="Text for w4w creation in G Translate")
|
340 |
+
gr.Interface(fn=splittext, inputs="text", outputs="text", label="Text for w4w creation in G Translate")
|
341 |
with gr.Row():
|
342 |
RomanFile = gr.File(label="Paste Roman")
|
343 |
W4WFile = gr.File(label="Paste Word 4 Word")
|