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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -19,12 +19,15 @@ with gr.Blocks() as mediadownloader:
19
  with gr.Blocks() as photofakes:
20
  gr.HTML("<iframe src='https://prithivmlmods-face-swap-roop.hf.space/' width='100%' height='750px' style='border-radius: 8px;'></iframe>")
21
 
 
 
 
22
  # Assemble the components into a single Gradio interface
23
  with gr.Blocks(theme="xiaobaiyuan/theme_brief", title="GPT 4o") as demo:
24
  gr.Markdown("# Omni~GPT")
25
  gr.TabbedInterface(
26
- [chatbase, chatbot, imagegpt, smartsearch, mediadownloader, photofakes],
27
- ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Deep路Fakes']
28
  )
29
 
30
  demo.queue().launch(show_api=False)
 
19
  with gr.Blocks() as photofakes:
20
  gr.HTML("<iframe src='https://prithivmlmods-face-swap-roop.hf.space/' width='100%' height='750px' style='border-radius: 8px;'></iframe>")
21
 
22
+ with gr.Blocks() as about:
23
+ gr.HTML("<iframe src='https://huggingface.co/spaces/prithivMLmods/Omni-GPT/resolve/main/assets/images/omni.png' width='100%' height='750px' style='border-radius: 8px;'></iframe>")
24
+
25
  # Assemble the components into a single Gradio interface
26
  with gr.Blocks(theme="xiaobaiyuan/theme_brief", title="GPT 4o") as demo:
27
  gr.Markdown("# Omni~GPT")
28
  gr.TabbedInterface(
29
+ [chatbase, chatbot, imagegpt, smartsearch, mediadownloader, photofakes, about],
30
+ ['Chat路Base', 'Chat路Fast', 'Image路GPT', 'Smart路Search', 'Media路Downloader', 'Deep路Fakes', 'About']
31
  )
32
 
33
  demo.queue().launch(show_api=False)