carlosgonzalezmartinez commited on
Commit
79b7521
1 Parent(s): de05bb4

Update 3 appy.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -226,9 +226,10 @@ company = gr.Radio(['aws', 'google', ibm, 'meta', 'msft'], label= "Select Compan
226
  demo = gr.Interface(
227
  fn=predict,
228
  inputs=[textbox,company],
229
- outputs= 'text'
230
- title= '10-k Report Q&A',
231
- description = 'This Web API presents an inteface to ask questions about the 10-k reports')
 
232
 
233
 
234
  # For the inputs parameter of Interface provide [textbox,company]
 
226
  demo = gr.Interface(
227
  fn=predict,
228
  inputs=[textbox,company],
229
+ outputs= "text",
230
+ title= "10-k Report Q&A",
231
+ description = "This Web API presents an inteface to ask questions about the 10-k reports"
232
+ )
233
 
234
 
235
  # For the inputs parameter of Interface provide [textbox,company]