Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -394,7 +394,7 @@ with gr.Blocks() as gradioUI:
|
|
| 394 |
review_button.click(
|
| 395 |
answer_question,
|
| 396 |
inputs=[question_input, source_code_input, llm_choice],
|
| 397 |
-
outputs=[answer_output, retrieved_context_output]
|
| 398 |
)
|
| 399 |
|
| 400 |
# gradioUI.launch(server_name="localhost", server_port=7860)
|
|
|
|
| 394 |
review_button.click(
|
| 395 |
answer_question,
|
| 396 |
inputs=[question_input, source_code_input, llm_choice],
|
| 397 |
+
outputs=[answer_output, retrieved_context_output]
|
| 398 |
)
|
| 399 |
|
| 400 |
# gradioUI.launch(server_name="localhost", server_port=7860)
|