Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def text2speech(text):
|
|
| 24 |
|
| 25 |
def main():
|
| 26 |
# App title
|
| 27 |
-
st.title("
|
| 28 |
st.write("Welcome to the image to story audio app!")
|
| 29 |
|
| 30 |
uploaded_image = st.file_uploader("Upload an image(jpg, jpeg, png)", type=["jpg", "jpeg", "png"])
|
|
|
|
| 24 |
|
| 25 |
def main():
|
| 26 |
# App title
|
| 27 |
+
st.title("Stroyteller on Hugging Face")
|
| 28 |
st.write("Welcome to the image to story audio app!")
|
| 29 |
|
| 30 |
uploaded_image = st.file_uploader("Upload an image(jpg, jpeg, png)", type=["jpg", "jpeg", "png"])
|