Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- app.py +1 -1
- 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("
|
| 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
|