starnernj commited on
Commit
fe72e4b
·
verified ·
1 Parent(s): 35fac3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)