shukdevdatta123 commited on
Commit
107b272
·
verified ·
1 Parent(s): c1cfa7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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