prithivMLmods commited on
Commit
65bc359
verified
1 Parent(s): d90d8b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -14
app.py CHANGED
@@ -10,18 +10,6 @@ with gr.Blocks() as chatbot:
10
  with gr.Blocks() as imagegpt:
11
  gr.HTML("<iframe src='https://prithivmlmods-imagegpt-4xl.hf.space/' width='100%' height='700px' style='border-radius: 8px;'></iframe>")
12
 
13
-
14
- with gr.Blocks() as instant:
15
- gr.HTML("<iframe src='https://prithivmlmods-dalle-x.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
16
-
17
- with gr.Blocks() as hq:
18
- gr.HTML("<iframe src='https://prithivmlmods-dalle-4k.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
19
-
20
- with gr.Blocks() as image:
21
- gr.Markdown("""## Productivity / Ideation""")
22
- gr.TabbedInterface([ instant, hq], ['Quality.2K','Quality.4K'])
23
-
24
-
25
  with gr.Blocks() as smartsearch:
26
  gr.HTML("<iframe src='https://prithivmlmods-smart-search.hf.space/' width='100%' height='750px' style='border-radius: 8px;'></iframe>")
27
 
@@ -42,8 +30,8 @@ with gr.Blocks() as about:
42
  with gr.Blocks(theme="bethecloud/storj_theme", title="GPT 4o") as demo:
43
  gr.Markdown("# Omni~GPT")
44
  gr.TabbedInterface(
45
- [chatbase, chatbot, imagegpt, image, smartsearch, mediadownloader, photofakes, about],
46
- ['Chat路Base', 'Chat路Fast', 'Image路GPT','Image路Engine', 'Smart路Search', 'Media路Downloader', 'Deep路Fakes', 'About']
47
  )
48
 
49
  demo.queue().launch(show_api=True)
 
10
  with gr.Blocks() as imagegpt:
11
  gr.HTML("<iframe src='https://prithivmlmods-imagegpt-4xl.hf.space/' width='100%' height='700px' style='border-radius: 8px;'></iframe>")
12
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  with gr.Blocks() as smartsearch:
14
  gr.HTML("<iframe src='https://prithivmlmods-smart-search.hf.space/' width='100%' height='750px' style='border-radius: 8px;'></iframe>")
15
 
 
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']
35
  )
36
 
37
  demo.queue().launch(show_api=True)