kevalfst commited on
Commit
44f44be
·
verified ·
1 Parent(s): bdd1e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ def generate_text(prompt, model_name, progress=gr.Progress(track_tqdm=True)):
71
 
72
  # Gradio Interface
73
  with gr.Blocks() as demo:
74
- gr.Markdown("# 🧠 Multi-Model AI Playground with Progress")
75
 
76
  with gr.Tabs():
77
  # 🖼️ Image Gen Tab
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
  txt_btn.click(fn=generate_text, inputs=[txt_prompt, txt_model], outputs=txt_out)
94
 
95
  # 🎥 Video Gen Tab (placeholder)
96
- with gr.Tab("🎥 Video Generation (Placeholder)"):
97
  gr.Markdown("⚠️ Video generation is placeholder only. Models require special setup.")
98
  vid_prompt = gr.Textbox(label="Prompt")
99
  vid_btn = gr.Button("Pretend to Generate")
 
71
 
72
  # Gradio Interface
73
  with gr.Blocks() as demo:
74
+ gr.Markdown("# 🧠 Visionary AI")
75
 
76
  with gr.Tabs():
77
  # 🖼️ Image Gen Tab
 
93
  txt_btn.click(fn=generate_text, inputs=[txt_prompt, txt_model], outputs=txt_out)
94
 
95
  # 🎥 Video Gen Tab (placeholder)
96
+ with gr.Tab("🎥 Video Generation (Coming Soon)"):
97
  gr.Markdown("⚠️ Video generation is placeholder only. Models require special setup.")
98
  vid_prompt = gr.Textbox(label="Prompt")
99
  vid_btn = gr.Button("Pretend to Generate")