Update app.py
Browse files
app.py
CHANGED
@@ -65,5 +65,4 @@ interface = gr.Interface(
|
|
65 |
description="A chatbot using a fine-tuned LoRA adapter on LLaMA 3.1 8B, tuned on thousands of writings of the early Christian Church Fathers.",
|
66 |
)
|
67 |
|
68 |
-
|
69 |
-
interface.launch()
|
|
|
65 |
description="A chatbot using a fine-tuned LoRA adapter on LLaMA 3.1 8B, tuned on thousands of writings of the early Christian Church Fathers.",
|
66 |
)
|
67 |
|
68 |
+
interface.launch()
|
|