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