Spaces:
Running on CPU Upgrade

ziem-io commited on
Commit
f2be8d8
·
1 Parent(s): 4612b23

Fix: Set start text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def random_text():
136
  return random.choice(EXAMPLES)
137
 
138
  def _start_text():
139
- EXAMPLES[20]
140
 
141
  def _get_device_info():
142
  if torch.cuda.is_available():
 
136
  return random.choice(EXAMPLES)
137
 
138
  def _start_text():
139
+ return EXAMPLES[20]
140
 
141
  def _get_device_info():
142
  if torch.cuda.is_available():