Spaces:
Runtime error
Runtime error
prabinpanta0
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
|
|
80 |
outputs="html",
|
81 |
title="Chuunibyou Text Generator",
|
82 |
description="Transform text into an elaborate and formal style with a nobleman tone.",
|
83 |
-
live=
|
84 |
)
|
85 |
|
86 |
def launch_custom_interface():
|
|
|
80 |
outputs="html",
|
81 |
title="Chuunibyou Text Generator",
|
82 |
description="Transform text into an elaborate and formal style with a nobleman tone.",
|
83 |
+
live=False
|
84 |
)
|
85 |
|
86 |
def launch_custom_interface():
|