Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ import requests
|
|
9 |
st.title("ChatGPT Vision")
|
10 |
st.write("Tap 'upload image' to upload image to vision and give question, if you want to generate image, then type 'Generate-- [prompt]' or 'Draw-- [prompt]' in your query")
|
11 |
msgs = st.container(height=500)
|
12 |
-
inco = msgs.container(height=100)
|
13 |
st.write("Upload image to use vision (optinal)")
|
14 |
file = st.file_uploader("Upload image")
|
15 |
inpt = st.chat_input(placeholder="Enter question...")
|
|
|
9 |
st.title("ChatGPT Vision")
|
10 |
st.write("Tap 'upload image' to upload image to vision and give question, if you want to generate image, then type 'Generate-- [prompt]' or 'Draw-- [prompt]' in your query")
|
11 |
msgs = st.container(height=500)
|
|
|
12 |
st.write("Upload image to use vision (optinal)")
|
13 |
file = st.file_uploader("Upload image")
|
14 |
inpt = st.chat_input(placeholder="Enter question...")
|