obaes commited on
Commit
e2ade9f
·
verified ·
1 Parent(s): 79b4b10

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -115,7 +115,7 @@ booking_reset = gr.Interface(
115
  #search info on a bottle with image
116
  get_search_padel = gr.Interface(
117
  fn=TWS_fonctions.get_search_padel,
118
- inputs=[gr.Textbox("qu'es ce qu'une vibora", label="details")],
119
  outputs=[gr.Textbox(label="result")],
120
  title="function get_search_padel",
121
  description="get search padel",
 
115
  #search info on a bottle with image
116
  get_search_padel = gr.Interface(
117
  fn=TWS_fonctions.get_search_padel,
118
+ inputs=[gr.Textbox("quelles sont les regles d'interruptions en cours de partie", label="details")],
119
  outputs=[gr.Textbox(label="result")],
120
  title="function get_search_padel",
121
  description="get search padel",
requirements.txt CHANGED
@@ -16,3 +16,4 @@ mistralai
16
  asyncpg
17
  tantivy
18
  pylance
 
 
16
  asyncpg
17
  tantivy
18
  pylance
19
+ pypdf