Omnibus commited on
Commit
792d4ad
1 Parent(s): c0e818a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as app:
63
  btn = gr.Button()
64
  with gr.Row():
65
  rawp = gr.Textbox()
66
- outp = gr.Textbox()
67
  btn.click(find_it1,[inp,q,num],[rawp,outp])
68
  app.launch()
69
 
 
63
  btn = gr.Button()
64
  with gr.Row():
65
  rawp = gr.Textbox()
66
+ outp = gr.JSON()
67
  btn.click(find_it1,[inp,q,num],[rawp,outp])
68
  app.launch()
69