Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
•
652b4e4
1
Parent(s):
7750cfb
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def chitti(query):
|
|
29 |
demo = gr.Interface(
|
30 |
fn=chitti,
|
31 |
inputs=["text"],
|
32 |
-
outputs=["text","text","text","text"]
|
33 |
allow_flagging = "manual",
|
34 |
flagging_options = ["0","1","None"],
|
35 |
flagging_callback=hf_writer
|
|
|
29 |
demo = gr.Interface(
|
30 |
fn=chitti,
|
31 |
inputs=["text"],
|
32 |
+
outputs=["text","text","text","text"],
|
33 |
allow_flagging = "manual",
|
34 |
flagging_options = ["0","1","None"],
|
35 |
flagging_callback=hf_writer
|