prithivMLmods commited on
Commit
90e6f6e
verified
1 Parent(s): 3ecb8f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ with gr.Blocks() as about:
27
 
28
 
29
  # Assemble the components into a single Gradio interface
30
- with gr.Blocks(theme="bethecloud/storj_theme", title="GPT 4o") as demo:
31
- gr.Markdown("# Omni~GPT")
32
  gr.TabbedInterface(
33
  [chatbase, chatbot, imagegpt, smartsearch, mediadownloader, photofakes, about],
34
  ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Photo路Fakes', 'About']
 
27
 
28
 
29
  # Assemble the components into a single Gradio interface
30
+ with gr.Blocks(theme="bethecloud/storj_theme", title="Gemini 4o") as demo:
31
+ gr.Markdown("# Gemini~4o")
32
  gr.TabbedInterface(
33
  [chatbase, chatbot, imagegpt, smartsearch, mediadownloader, photofakes, about],
34
  ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Photo路Fakes', 'About']