starnernj commited on
Commit
0e2ae71
·
verified ·
1 Parent(s): 1e24890

Update app.py

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