Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ with gr.Blocks(css=css) as demo:
|
|
61 |
|
62 |
with gr.Column(elem_id="col-container"):
|
63 |
gr.Markdown(f"""# Sana Sprint""")
|
|
|
64 |
with gr.Row():
|
65 |
|
66 |
prompt = gr.Text(
|
|
|
61 |
|
62 |
with gr.Column(elem_id="col-container"):
|
63 |
gr.Markdown(f"""# Sana Sprint""")
|
64 |
+
gr.Markdown("Demo for the real-time [Sana Sprint](https://huggingface.co/collections/Efficient-Large-Model/sana-sprint-67d6810d65235085b3b17c76) model")
|
65 |
with gr.Row():
|
66 |
|
67 |
prompt = gr.Text(
|