unijoh commited on
Commit
e026bb6
·
verified ·
1 Parent(s): 60d9849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[".txt"]),
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=(