prithivMLmods commited on
Commit
1ac2063
verified
1 Parent(s): 36fb98b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ with gr.Blocks(theme="xiaobaiyuan/theme_brief", title="GPT 4o") as demo:
30
  ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Deep路Fakes', 'About']
31
  )
32
 
33
- demo.queue().launch(show_api=False)
34
 
 
30
  ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Deep路Fakes', 'About']
31
  )
32
 
33
+ demo.queue().launch(show_api=True)
34