Spaces:
Runtime error
Runtime error
SusiePHaltmann
commited on
Commit
•
ff82155
1
Parent(s):
d6d1ed2
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import streamlit as st
|
|
15 |
from PIL import Image
|
16 |
|
17 |
import numpy as np
|
18 |
-
|
19 |
st.text("This app generates VQ-GAN prompts for generating inpaintings.")
|
20 |
st.text("To use this app, simply enter the desired text prompt and hit generate.")
|
21 |
|
|
|
15 |
from PIL import Image
|
16 |
|
17 |
import numpy as np
|
18 |
+
|
19 |
st.text("This app generates VQ-GAN prompts for generating inpaintings.")
|
20 |
st.text("To use this app, simply enter the desired text prompt and hit generate.")
|
21 |
|