wldmr commited on
Commit
01196e5
·
1 Parent(s): 6f0b52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,7 +58,7 @@ if __name__ == "__main__":
58
  <b>Description</b>: <br>
59
  Model restores punctuation and case i.e. of the following punctuations -- [! ? . , - : ; ' ] and also the upper-casing of words. <br>
60
  """
61
- examples = [['sentences', "my name is clara i live in berkeley california"]]
62
 
63
  interface = gr.Interface(fn = predict,
64
  inputs = [gr.CheckboxGroup(["sentences", "timelines"], label="brakes"),
@@ -66,7 +66,7 @@ Model restores punctuation and case i.e. of the following punctuations -- [! ? .
66
  outputs = ["text"],
67
  title = title,
68
  description = description,
69
- examples=examples,
70
  queue=True,
71
  allow_flagging="never")
72
 
 
58
  <b>Description</b>: <br>
59
  Model restores punctuation and case i.e. of the following punctuations -- [! ? . , - : ; ' ] and also the upper-casing of words. <br>
60
  """
61
+ #examples = [['sentences', "my name is clara i live in berkeley california"]]
62
 
63
  interface = gr.Interface(fn = predict,
64
  inputs = [gr.CheckboxGroup(["sentences", "timelines"], label="brakes"),
 
66
  outputs = ["text"],
67
  title = title,
68
  description = description,
69
+ #examples=examples,
70
  queue=True,
71
  allow_flagging="never")
72