Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ interface = gr.Interface(
|
|
62 |
],
|
63 |
outputs="text",
|
64 |
live=True,
|
65 |
-
title=
|
66 |
-
description=
|
67 |
)
|
68 |
|
69 |
interface.launch()
|
|
|
62 |
],
|
63 |
outputs="text",
|
64 |
live=True,
|
65 |
+
title=title,
|
66 |
+
description=description
|
67 |
)
|
68 |
|
69 |
interface.launch()
|