KrishP-12 commited on
Commit
1dc60ad
·
verified ·
1 Parent(s): 8ac7675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
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):
 
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):