Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
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,
|
46 |
-
['Chat路Base', 'Chat路Fast', 'Image路GPT',
|
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)
|