Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks(title=title) as demo:
|
|
36 |
response_display = gr.Markdown("Empty")
|
37 |
|
38 |
submit_button.click(fn=fn, inputs=[text_area,number_to_display], outputs=[response_display])
|
39 |
-
demo.launch(
|
40 |
#iface = gr.Interface(fn=partial(update_results),
|
41 |
# inputs=gr.Textbox(lines=3, label="Décrivez votre situation avec vos mots (histoire, mots clés, sujet etc...)"),
|
42 |
# outputs=gr.Markdown(label="Résultats: Hadiths les plus pertinent par rapport à votre situation"),
|
|
|
36 |
response_display = gr.Markdown("Empty")
|
37 |
|
38 |
submit_button.click(fn=fn, inputs=[text_area,number_to_display], outputs=[response_display])
|
39 |
+
demo.launch(max_threads=40)
|
40 |
#iface = gr.Interface(fn=partial(update_results),
|
41 |
# inputs=gr.Textbox(lines=3, label="Décrivez votre situation avec vos mots (histoire, mots clés, sujet etc...)"),
|
42 |
# outputs=gr.Markdown(label="Résultats: Hadiths les plus pertinent par rapport à votre situation"),
|