Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
import io
|
4 |
-
import
|
5 |
import mongo_db
|
6 |
|
7 |
# Functions for image and prompt generation
|
8 |
-
from
|
9 |
flux,
|
10 |
stable_diffusion,
|
11 |
)
|
12 |
-
from
|
13 |
|
14 |
# Set page config with a custom title and layout
|
15 |
st.set_page_config(
|
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
import io
|
4 |
+
import google_auth
|
5 |
import mongo_db
|
6 |
|
7 |
# Functions for image and prompt generation
|
8 |
+
from image_models import (
|
9 |
flux,
|
10 |
stable_diffusion,
|
11 |
)
|
12 |
+
from prompt_models import Qwen_72b, microsoft_phi, Mixtral
|
13 |
|
14 |
# Set page config with a custom title and layout
|
15 |
st.set_page_config(
|