KrishP-12 commited on
Commit
2bfb281
·
verified ·
1 Parent(s): 6dccd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from chatbot_model import ChatbotModel # Assuming your model code is saved as chatbot_model.py
3
 
4
  # Load the chatbot model (replace "model.pt" with your actual saved model path if needed)
5
  chatbot = ChatbotModel.load("model.pt")
 
1
  import gradio as gr
2
+ from model2 import ChatbotModel # Assuming your model code is saved as chatbot_model.py
3
 
4
  # Load the chatbot model (replace "model.pt" with your actual saved model path if needed)
5
  chatbot = ChatbotModel.load("model.pt")