Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -650,14 +650,13 @@ if st.session_state.framework == "dash":
|
|
650 |
]
|
651 |
|
652 |
task = "text-classification"
|
653 |
-
st.session_state.model = "best_bilstm_model.h5"
|
654 |
if st.session_state.menu == "gen":
|
655 |
choice1 = 'Write a poem about the ocean at night. Include imagery and emotion to bring it to life.'
|
656 |
choice2 = 'Generate a product description for a futuristic smartwatch with health monitoring features.'
|
657 |
choice3 = 'Complete this sentence: "As she opened the old journal, she found..."'
|
658 |
choice4 = 'Write a motivational quote that could be used in a fitness app.'
|
659 |
text_h1 = "✍️ Text Generation"
|
660 |
-
images=
|
661 |
image1 = 'images.png'
|
662 |
image2 = 'images.png'
|
663 |
image3 = 'images.png'
|
|
|
650 |
]
|
651 |
|
652 |
task = "text-classification"
|
|
|
653 |
if st.session_state.menu == "gen":
|
654 |
choice1 = 'Write a poem about the ocean at night. Include imagery and emotion to bring it to life.'
|
655 |
choice2 = 'Generate a product description for a futuristic smartwatch with health monitoring features.'
|
656 |
choice3 = 'Complete this sentence: "As she opened the old journal, she found..."'
|
657 |
choice4 = 'Write a motivational quote that could be used in a fitness app.'
|
658 |
text_h1 = "✍️ Text Generation"
|
659 |
+
images = 'images.png'
|
660 |
image1 = 'images.png'
|
661 |
image2 = 'images.png'
|
662 |
image3 = 'images.png'
|