Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as video:
|
|
63 |
|
64 |
# Main application block
|
65 |
with gr.Blocks(theme=theme, title="OpenGPT 4o DEMO") as demo:
|
66 |
-
gr.Markdown("# OpenGPT 4o")
|
67 |
gr.TabbedInterface([chat, voice, livechat, image, video], ['💬 SuperChat','🗣️ Voice Chat','📸 Live Chat', '🖼️ Image Engine', '🎥 Video Engine'])
|
68 |
|
69 |
demo.queue(max_size=300)
|
|
|
63 |
|
64 |
# Main application block
|
65 |
with gr.Blocks(theme=theme, title="OpenGPT 4o DEMO") as demo:
|
66 |
+
gr.Markdown("# OpenGPT 4o\n### Try its small,fast and unlimited version from here: [OpenGPT 4o Mini](https://huggingface.co/spaces/KingNish/OpenGPT-4o-mini)")
|
67 |
gr.TabbedInterface([chat, voice, livechat, image, video], ['💬 SuperChat','🗣️ Voice Chat','📸 Live Chat', '🖼️ Image Engine', '🎥 Video Engine'])
|
68 |
|
69 |
demo.queue(max_size=300)
|