Huhujingjing commited on
Commit
ca7b90c
·
1 Parent(s): 3ffb5bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def process_text(file):
55
  iface = gr.Interface(
56
  fn=process_text,
57
  inputs="file",
58
- outputs="text",
59
  title="Upload and Process Text File",
60
  description="Upload a txt file and it will be processed by this app.",
61
  )
 
55
  iface = gr.Interface(
56
  fn=process_text,
57
  inputs="file",
58
+ outputs=["file", "text"],
59
  title="Upload and Process Text File",
60
  description="Upload a txt file and it will be processed by this app.",
61
  )