Spaces:
Running
Running
Commit
·
441b28e
1
Parent(s):
3b63119
Update app.py
Browse files
app.py
CHANGED
@@ -170,8 +170,7 @@ with gr.Blocks() as demo:
|
|
170 |
output_dist = gr.Textbox()
|
171 |
output_peaks = gr.Textbox()
|
172 |
output_topics = gr.Textbox()
|
173 |
-
|
174 |
-
send_btn.click(fn=inference_sentence, inputs={input_file,input_checks}, outputs=[output_file,output_plot,output_dist,output_peaks,output_topics])
|
175 |
|
176 |
demo.launch()
|
177 |
|
|
|
170 |
output_dist = gr.Textbox()
|
171 |
output_peaks = gr.Textbox()
|
172 |
output_topics = gr.Textbox()
|
173 |
+
send_btn.click(fn=inference_dataset, inputs={input_file,input_checks}, outputs=[output_file,output_plot,output_dist,output_peaks,output_topics])
|
|
|
174 |
|
175 |
demo.launch()
|
176 |
|