Spaces:
Running
Running
mrbeliever
commited on
Commit
•
da44c3d
1
Parent(s):
be3db2c
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
|
|
6 |
from io import BytesIO # Correctly import BytesIO from the io module
|
7 |
|
8 |
# Set page title and layout
|
9 |
-
st.set_page_config(page_title="Image Caption Generator", layout="wide")
|
10 |
|
11 |
# API key from environment variable
|
12 |
API_KEY = os.environ.get("NEBIUS_API_KEY")
|
|
|
6 |
from io import BytesIO # Correctly import BytesIO from the io module
|
7 |
|
8 |
# Set page title and layout
|
9 |
+
st.set_page_config(page_title="Image Caption Generator", layout="wide")
|
10 |
|
11 |
# API key from environment variable
|
12 |
API_KEY = os.environ.get("NEBIUS_API_KEY")
|