Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ gr.Interface(
|
|
18 |
fn=predict,
|
19 |
inputs="text",
|
20 |
outputs="text",
|
21 |
-
title=
|
22 |
description=description,
|
23 |
examples=examples,
|
24 |
enable_queue=True,
|
|
|
18 |
fn=predict,
|
19 |
inputs="text",
|
20 |
outputs="text",
|
21 |
+
title="playground",
|
22 |
description=description,
|
23 |
examples=examples,
|
24 |
enable_queue=True,
|