Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ def create_interface():
|
|
| 138 |
with gr.Blocks(css=custom_css, title="HumanTouch") as interface:
|
| 139 |
with gr.Column(elem_id="main_container"):
|
| 140 |
with gr.Row(elem_id="header"):
|
| 141 |
-
gr.Markdown("<h1>🔮 HumanTouch</h1><p>The
|
| 142 |
|
| 143 |
with gr.Tabs() as tabs:
|
| 144 |
with gr.Tab("Humanizer", id="humanizer_tab"):
|
|
|
|
| 138 |
with gr.Blocks(css=custom_css, title="HumanTouch") as interface:
|
| 139 |
with gr.Column(elem_id="main_container"):
|
| 140 |
with gr.Row(elem_id="header"):
|
| 141 |
+
gr.Markdown("<h1>🔮 HumanTouch Demo</h1><p>The Complete Experience can be Discovered on humanTouch.fun</p>")
|
| 142 |
|
| 143 |
with gr.Tabs() as tabs:
|
| 144 |
with gr.Tab("Humanizer", id="humanizer_tab"):
|