Spaces:
Running
Running
Commit
·
8ce33e2
1
Parent(s):
38decdf
title updated
Browse files
app.py
CHANGED
|
@@ -426,7 +426,7 @@ def humanize_text(
|
|
| 426 |
def create_gradio_interface():
|
| 427 |
"""Create the Gradio interface"""
|
| 428 |
|
| 429 |
-
with gr.Blocks(theme=gr.themes.Soft(), title="
|
| 430 |
gr.Markdown(
|
| 431 |
"""
|
| 432 |
# ✍️ Neural Humanizer
|
|
|
|
| 426 |
def create_gradio_interface():
|
| 427 |
"""Create the Gradio interface"""
|
| 428 |
|
| 429 |
+
with gr.Blocks(theme=gr.themes.Soft(), title="Neural Humanizer") as demo:
|
| 430 |
gr.Markdown(
|
| 431 |
"""
|
| 432 |
# ✍️ Neural Humanizer
|