tranquilkd commited on
Commit
80e7bb6
·
verified ·
1 Parent(s): 3ef2e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -89,12 +89,12 @@ demo = gr.Interface(
89
  </h1> \
90
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
91
  description = "<p style='text-align: center'> Decoder only transformer trained on \"Coriolanus\" by William Shakespeare </p>",
92
- examples = [
93
- ["My noble Coriolanus, temper thy rage. These men hold"],
94
- ["Wisdom, say’st thou? Counsel, and truth? Nay, Menenius, they are"],
95
- ["What speaks this man of war and violence?"],
96
- ["Enough, Coriolanus! Thy words grow wild. What wouldst thou have?"]
97
- ]
98
  )
99
 
100
  # Add error handling to launch
 
89
  </h1> \
90
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
91
  description = "<p style='text-align: center'> Decoder only transformer trained on \"Coriolanus\" by William Shakespeare </p>",
92
+ # examples = [
93
+ # ["My noble Coriolanus, temper thy rage. These men hold"],
94
+ # ["Wisdom, say’st thou? Counsel, and truth? Nay, Menenius, they are"],
95
+ # ["What speaks this man of war and violence?"],
96
+ # ["Enough, Coriolanus! Thy words grow wild. What wouldst thou have?"]
97
+ # ]
98
  )
99
 
100
  # Add error handling to launch