Docty commited on
Commit
63ed18c
·
verified ·
1 Parent(s): b02fa30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
 
 
2
 
3
- st.title("Image Generation")
4
 
5
 
6
  prompt = st.text_input("Enter a prompt to generate an image:", value="pipeline under the sea")
 
1
  import streamlit as st
2
+ from diffusers import DiffusionPipeline, DPMSolverMultistepScheduler
3
+ import torch
4
 
5
+ st.title("Image Generation 2")
6
 
7
 
8
  prompt = st.text_input("Enter a prompt to generate an image:", value="pipeline under the sea")