Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import base64
|
3 |
-
|
4 |
|
5 |
# Function to encode the image to base64
|
6 |
def encode_image(image_file):
|
|
|
1 |
import streamlit as st
|
2 |
import base64
|
3 |
+
import openai
|
4 |
|
5 |
# Function to encode the image to base64
|
6 |
def encode_image(image_file):
|