Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ interface = gr.Interface(
|
|
47 |
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.",
|
48 |
)
|
49 |
|
50 |
-
interface.launch()
|
|
|
47 |
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.",
|
48 |
)
|
49 |
|
50 |
+
interface.launch(share=True)
|