Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def check_uploaded_file(file_obj) -> str:
|
|
| 97 |
|
| 98 |
demo = gr.Interface(
|
| 99 |
fn=check_uploaded_file,
|
| 100 |
-
inputs=gr.File(label="txt-fíla", file_types=["
|
| 101 |
outputs=gr.Textbox(label="Úrslit", lines=10),
|
| 102 |
title="Kanna txt-fílu",
|
| 103 |
description=(
|
|
|
|
| 97 |
|
| 98 |
demo = gr.Interface(
|
| 99 |
fn=check_uploaded_file,
|
| 100 |
+
inputs=gr.File(label="txt-fíla", file_types=["text"]),
|
| 101 |
outputs=gr.Textbox(label="Úrslit", lines=10),
|
| 102 |
title="Kanna txt-fílu",
|
| 103 |
description=(
|