starnernj commited on
Commit
1e86dea
·
verified ·
1 Parent(s): fbb2b4a

Update app.py

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