Update app.py
Browse files
app.py
CHANGED
@@ -73,4 +73,5 @@ interface = gr.Interface(
|
|
73 |
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.",
|
74 |
)
|
75 |
|
76 |
-
|
|
|
|
73 |
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.",
|
74 |
)
|
75 |
|
76 |
+
if __name__ == "__main__":
|
77 |
+
interface.launch()
|