Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,6 +76,9 @@ footer {
|
|
| 76 |
|
| 77 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css
|
| 78 |
) as demo:
|
|
|
|
|
|
|
|
|
|
| 79 |
with gr.Column(elem_id="col-container"):
|
| 80 |
with gr.Row():
|
| 81 |
prompt = gr.Text(
|
|
|
|
| 76 |
|
| 77 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css
|
| 78 |
) as demo:
|
| 79 |
+
gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
|
| 80 |
+
|
| 81 |
+
|
| 82 |
with gr.Column(elem_id="col-container"):
|
| 83 |
with gr.Row():
|
| 84 |
prompt = gr.Text(
|