Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
from PIL import Image
|
| 4 |
import io
|
| 5 |
-
|
| 6 |
# Streamlit UI setup
|
| 7 |
st.set_page_config(page_title="Text-to-Image Generator", layout="centered")
|
| 8 |
st.title("🖼️ Text to Image Generator")
|
|
|
|
| 1 |
+
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
from PIL import Image
|
| 4 |
import io
|
| 5 |
+
import streamlit as st
|
| 6 |
# Streamlit UI setup
|
| 7 |
st.set_page_config(page_title="Text-to-Image Generator", layout="centered")
|
| 8 |
st.title("🖼️ Text to Image Generator")
|