Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = [
|