Spaces:
Running
Running
Update app.py
Browse files
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("# 🧠
|
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 (
|
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")
|