Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def check_api_key(api_key):
|
|
| 274 |
return True
|
| 275 |
|
| 276 |
# Create Gradio Interface
|
| 277 |
-
with gr.Blocks(title="OpenAI Audio Chat App") as app:
|
| 278 |
gr.Markdown("# OpenAI Audio Chat App")
|
| 279 |
gr.Markdown("Interact with GPT-4o audio model through text and audio inputs")
|
| 280 |
|
|
|
|
| 274 |
return True
|
| 275 |
|
| 276 |
# Create Gradio Interface
|
| 277 |
+
with gr.Blocks(title="OpenAI Audio Chat App", theme=gr.themes.Ocean()) as app:
|
| 278 |
gr.Markdown("# OpenAI Audio Chat App")
|
| 279 |
gr.Markdown("Interact with GPT-4o audio model through text and audio inputs")
|
| 280 |
|