Update app.py
Browse files
app.py
CHANGED
@@ -424,7 +424,6 @@ def chat_rag(
|
|
424 |
return history, history
|
425 |
|
426 |
|
427 |
-
# Build the Gradio interface with tabs.
|
428 |
with gr.Blocks() as demo:
|
429 |
gr.Markdown("# QLoRA Fine-tuning & RAG-based Chat Demo using Custom R1 Model")
|
430 |
gr.Markdown("---")
|
|
|
424 |
return history, history
|
425 |
|
426 |
|
|
|
427 |
with gr.Blocks() as demo:
|
428 |
gr.Markdown("# QLoRA Fine-tuning & RAG-based Chat Demo using Custom R1 Model")
|
429 |
gr.Markdown("---")
|