Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ interface = gr.Interface(
|
|
50 |
description="A chatbot using my fine-tuned LoRA adapter on LLaMA 3.1 8B, tuned on thousands of writings of the early Christian Church Fathers.",
|
51 |
)
|
52 |
|
53 |
-
interface.launch(
|
|
|
50 |
description="A chatbot using my fine-tuned LoRA adapter on LLaMA 3.1 8B, tuned on thousands of writings of the early Christian Church Fathers.",
|
51 |
)
|
52 |
|
53 |
+
interface.launch()
|