Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
e287a08
1
Parent(s):
8baa7c2
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with open('info.md') as f:
|
|
145 |
output = gr.Text()
|
146 |
|
147 |
submit = gr.Button("Submit")
|
148 |
-
submit.click(fn=general_predictor, inputs=inputls, outputs=
|
149 |
|
150 |
# show the interface
|
151 |
block.launch()
|
|
|
145 |
output = gr.Text()
|
146 |
|
147 |
submit = gr.Button("Submit")
|
148 |
+
submit.click(fn=general_predictor, inputs=inputls, outputs=output)
|
149 |
|
150 |
# show the interface
|
151 |
block.launch()
|