Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/xelpmocAI/xelpmoc-PT
Browse files
app.py
CHANGED
@@ -233,4 +233,4 @@ with gr.Blocks() as demo:
|
|
233 |
|
234 |
question_btn.click(retrieve_documents, inputs=question , outputs=answer, api_name="llm")
|
235 |
|
236 |
-
demo.
|
|
|
233 |
|
234 |
question_btn.click(retrieve_documents, inputs=question , outputs=answer, api_name="llm")
|
235 |
|
236 |
+
demo.launch()
|