Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
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")
|