lorenzoscottb commited on
Commit
b2a347a
1 Parent(s): 2d7a879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ interface_model = gr.Interface.load(
48
  title=title,
49
  )
50
 
51
-
52
  description_w = """
53
  You can use this page to test if a set of words was included in the training data used to tune the model. As in the samples below, use as input a series of words separated solely by a comma (e.g. *red,car,vehicle*).
54
  """
 
48
  title=title,
49
  )
50
 
 
51
  description_w = """
52
  You can use this page to test if a set of words was included in the training data used to tune the model. As in the samples below, use as input a series of words separated solely by a comma (e.g. *red,car,vehicle*).
53
  """