Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,11 @@ demo = gr.Interface(
|
|
82 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
83 |
)
|
84 |
],
|
85 |
-
outputs=
|
|
|
|
|
|
|
|
|
86 |
)
|
87 |
|
88 |
demo.launch()
|
|
|
82 |
info="Information of the past n weeks will be utilized, choose between 1 and 4"
|
83 |
)
|
84 |
],
|
85 |
+
outputs=[
|
86 |
+
gr.Textbox(
|
87 |
+
label="Response"
|
88 |
+
)
|
89 |
+
]
|
90 |
)
|
91 |
|
92 |
demo.launch()
|