Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
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=
|
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 |
|