Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ class App:
|
|
| 62 |
def launch(self):
|
| 63 |
with self.app:
|
| 64 |
with self.i18n:
|
| 65 |
-
gr.Markdown(
|
| 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")):
|