Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ with gr.Blocks(title="Collective Agreement Search") as blocks:
|
|
99 |
question.submit(docquery, question, outputs=[answer, references])
|
100 |
|
101 |
|
102 |
-
blocks.launch(
|
|
|
99 |
question.submit(docquery, question, outputs=[answer, references])
|
100 |
|
101 |
|
102 |
+
blocks.launch()
|