Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def o3_chat(api_key, base_url, question, image):
|
|
256 |
|
257 |
# Gradio界面
|
258 |
def create_demo():
|
259 |
-
with gr.Blocks(
|
260 |
gr.Markdown("# O3 Visual Python Interpreter")
|
261 |
gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
|
262 |
|
|
|
256 |
|
257 |
# Gradio界面
|
258 |
def create_demo():
|
259 |
+
with gr.Blocks(title="GPT Vision Python Tool Agent") as demo:
|
260 |
gr.Markdown("# O3 Visual Python Interpreter")
|
261 |
gr.Markdown("Upload an image and ask a question to get a response with code execution capabilities.")
|
262 |
|