patpizio commited on
Commit
034b1b1
·
1 Parent(s): feb6c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ model = T5ForConditionalGeneration.from_pretrained(
62
  device_map="auto"
63
  )
64
 
65
- instruction = st.text_area('Write an instruction:')
66
 
67
 
68
  prompts = [
 
62
  device_map="auto"
63
  )
64
 
65
+ instruction = st.text_area('Write an instruction:', 'Where is Venice located?')
66
 
67
 
68
  prompts = [