Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ gr.Interface(
|
|
37 |
fn=modernisa,
|
38 |
inputs=[
|
39 |
gr.inputs.Textbox(lines=12, label="Enter Old Spanish", default=random.choice(samples), optional=True),
|
40 |
-
gr.inputs.File(file_count="single", label="Or upload a plain text file (.txt)" type="file", optional=True),
|
41 |
],
|
42 |
outputs=gr.outputs.HTML(label="Modern Spanish"),
|
43 |
).launch(inline=False)
|
|
|
37 |
fn=modernisa,
|
38 |
inputs=[
|
39 |
gr.inputs.Textbox(lines=12, label="Enter Old Spanish", default=random.choice(samples), optional=True),
|
40 |
+
gr.inputs.File(file_count="single", label="Or upload a plain text file (.txt)", type="file", optional=True),
|
41 |
],
|
42 |
outputs=gr.outputs.HTML(label="Modern Spanish"),
|
43 |
).launch(inline=False)
|