KingNish commited on
Commit
5c13e52
1 Parent(s): b38224d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)