Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
•
4322c02
1
Parent(s):
d0316ac
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ txt2 = gr.Textbox(
|
|
33 |
lines=10,
|
34 |
)
|
35 |
|
36 |
-
demo = gr.Interface(fn=get_beam_output, inputs=
|
37 |
demo.launch()
|
|
|
33 |
lines=10,
|
34 |
)
|
35 |
|
36 |
+
demo = gr.Interface(fn=get_beam_output, inputs=txt1, outputs=txt2)
|
37 |
demo.launch()
|