king007 commited on
Commit
293747f
1 Parent(s): 3ee2a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
63
  theme="huggingface",
64
  description=description,
65
  layout="vertical",
66
- fn=process,
67
  inputs=[query_text, input_data, rows_slider],
68
  outputs=[answer_text_tapex, answer_text_tapas],
69
  examples=[
 
63
  theme="huggingface",
64
  description=description,
65
  layout="vertical",
66
+ fn=process2,
67
  inputs=[query_text, input_data, rows_slider],
68
  outputs=[answer_text_tapex, answer_text_tapas],
69
  examples=[