Harveenchadha commited on
Commit
4322c02
1 Parent(s): d0316ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ txt2 = gr.Textbox(
33
  lines=10,
34
  )
35
 
36
- demo = gr.Interface(fn=get_beam_output, inputs="text", outputs="text")
37
  demo.launch()
 
33
  lines=10,
34
  )
35
 
36
+ demo = gr.Interface(fn=get_beam_output, inputs=txt1, outputs=txt2)
37
  demo.launch()