akhaliq HF staff commited on
Commit
a12bd12
·
1 Parent(s): aba2576
Files changed (1) hide show
  1. app_openai_voice.py +1 -1
app_openai_voice.py CHANGED
@@ -13,7 +13,7 @@ demo = get_app(
13
  "gpt-4o-mini-realtime-preview-2024-12-17",
14
  ],
15
  default_model="gpt-4o-mini-realtime-preview-2024-12-17",
16
- src=openai_gradio,
17
  accept_token=not os.getenv("OPENAI_API_KEY"),
18
  )
19
 
 
13
  "gpt-4o-mini-realtime-preview-2024-12-17",
14
  ],
15
  default_model="gpt-4o-mini-realtime-preview-2024-12-17",
16
+ src=openai_gradio.registry,
17
  accept_token=not os.getenv("OPENAI_API_KEY"),
18
  )
19