Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
|
|
23 |
title=title,
|
24 |
description=description,
|
25 |
examples=examples,
|
26 |
-
inputs=["text"
|
27 |
outputs=["text"],
|
28 |
theme="finlaymacklon/boxy_violet",
|
29 |
).launch()
|
|
|
23 |
title=title,
|
24 |
description=description,
|
25 |
examples=examples,
|
26 |
+
inputs=["text"],
|
27 |
outputs=["text"],
|
28 |
theme="finlaymacklon/boxy_violet",
|
29 |
).launch()
|