Marek4321 commited on
Commit
9eeabf9
verified
1 Parent(s): 6061e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 / by Heuristica") as interface:
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
  )