Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,10 +90,9 @@ with gr.Blocks(
|
|
| 90 |
) as demo:
|
| 91 |
# st_token = gr.State()
|
| 92 |
|
| 93 |
-
gr.Markdown("#
|
| 94 |
-
gr.Markdown("Powered by GPT-ChatBot")
|
| 95 |
-
gr.
|
| 96 |
-
text = gr.Textbox(label="Prompt", placeholder="Опишите видео, которое вы хотите получить", lines=3)
|
| 97 |
|
| 98 |
gr.Examples(examples=sample_prompts, inputs=text)
|
| 99 |
|
|
|
|
| 90 |
) as demo:
|
| 91 |
# st_token = gr.State()
|
| 92 |
|
| 93 |
+
gr.Markdown("# Генератор видео на GPT-ChatBot")
|
| 94 |
+
gr.Markdown("Powered by GPT-ChatBot.ru")
|
| 95 |
+
text = gr.Textbox(label="Prompt", placeholder="Подробно опишите видео, которое вы хотите получить", lines=3)
|
|
|
|
| 96 |
|
| 97 |
gr.Examples(examples=sample_prompts, inputs=text)
|
| 98 |
|