Spaces:
Runtime error
Runtime error
Huhujingjing
commited on
Commit
·
ca7b90c
1
Parent(s):
3ffb5bf
Update app.py
Browse files
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 |
)
|