ipvikas commited on
Commit
361538c
1 Parent(s): 7025527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -7,8 +7,6 @@ Original file is located at
7
  https://colab.research.google.com/drive/1Z_cMyllUfHf2lYtUtdS1ggVMpLCLg0-j
8
  """
9
  import gradio as gr
10
-
11
-
12
  ########### 1 ###########
13
 
14
  #https://www.youtube.com/watch?v=RpWeNzfSUHw&list=PLqnslRFeH2UrFW4AUgn-eY37qOAWQpJyg
@@ -292,8 +290,6 @@ model.eval()
292
 
293
  bot_name = "Sam"
294
 
295
-
296
-
297
  def get_response(input_text):
298
  sentence= tokenize(input_text)
299
  X = bag_of_words(sentence, all_words)
 
7
  https://colab.research.google.com/drive/1Z_cMyllUfHf2lYtUtdS1ggVMpLCLg0-j
8
  """
9
  import gradio as gr
 
 
10
  ########### 1 ###########
11
 
12
  #https://www.youtube.com/watch?v=RpWeNzfSUHw&list=PLqnslRFeH2UrFW4AUgn-eY37qOAWQpJyg
 
290
 
291
  bot_name = "Sam"
292
 
 
 
293
  def get_response(input_text):
294
  sentence= tokenize(input_text)
295
  X = bag_of_words(sentence, all_words)