Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,10 +20,10 @@ class SpotMakerApp:
|
|
| 20 |
self.output_dir.mkdir(exist_ok=True)
|
| 21 |
|
| 22 |
def create_interface(self) -> gr.Blocks:
|
| 23 |
-
with gr.Blocks(title="SpotMaker - Generator Reklam Video
|
| 24 |
gr.Markdown(
|
| 25 |
"""
|
| 26 |
-
# 馃帴 SpotMaker - Generator Reklam Video
|
| 27 |
Wprowad藕 sw贸j klucz API i opisz koncepcj臋 reklamy.
|
| 28 |
"""
|
| 29 |
)
|
|
|
|
| 20 |
self.output_dir.mkdir(exist_ok=True)
|
| 21 |
|
| 22 |
def create_interface(self) -> gr.Blocks:
|
| 23 |
+
with gr.Blocks(title="SpotMaker - Generator Reklam Video") as interface:
|
| 24 |
gr.Markdown(
|
| 25 |
"""
|
| 26 |
+
# 馃帴 SpotMaker - Generator Reklam Video // / by www.Heuristica.pl
|
| 27 |
Wprowad藕 sw贸j klucz API i opisz koncepcj臋 reklamy.
|
| 28 |
"""
|
| 29 |
)
|