Bofandra commited on
Commit
39774cc
Β·
verified Β·
1 Parent(s): e39741f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,6 +85,6 @@ with gr.Blocks() as demo:
85
  run_btn = gr.Button("πŸ” Get Explanation")
86
  output = gr.Textbox(label="πŸ“˜ Output", lines=20)
87
 
88
- run_btn.click(fn=process, inputs=[word_input, lang_input], outputs=output, streaming=True)
89
 
90
  demo.launch()
 
85
  run_btn = gr.Button("πŸ” Get Explanation")
86
  output = gr.Textbox(label="πŸ“˜ Output", lines=20)
87
 
88
+ run_btn.click(fn=process, inputs=[word_input, lang_input], outputs=output)
89
 
90
  demo.launch()