smartdigitalnetworks commited on
Commit
4b459a6
·
verified ·
1 Parent(s): b144b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ class App:
62
  def launch(self):
63
  with self.app:
64
  with self.i18n:
65
- gr.Markdown(REPO_MARKDOWN, elem_id="md_project")
66
 
67
  with gr.Tabs():
68
  with gr.TabItem(_("Expression Editor")):
 
62
  def launch(self):
63
  with self.app:
64
  with self.i18n:
65
+ gr.Markdown("# Generative Portrait Editor")
66
 
67
  with gr.Tabs():
68
  with gr.TabItem(_("Expression Editor")):