Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Update app.py
Browse files
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="
|
31 |
-
gr.Markdown("#
|
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']
|