Spaces:
Runtime error
Runtime error
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)
|