Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from model2 import ChatbotModel
|
3 |
|
4 |
# Load the model
|
5 |
-
|
6 |
|
7 |
# Define the chatbot function
|
8 |
def chatbot(input_text):
|
|
|
2 |
from model2 import ChatbotModel
|
3 |
|
4 |
# Load the model
|
5 |
+
#model = torch.load("model.pt") # Adjust as needed
|
6 |
|
7 |
# Define the chatbot function
|
8 |
def chatbot(input_text):
|