Spaces:
Build error
Build error
秋山翔
commited on
Commit
•
adf5cfd
1
Parent(s):
9cf125f
TEST: debug render
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ gr.Interface(
|
|
66 |
lines=1, placeholder=None, default="", label=None
|
67 |
),
|
68 |
outputs=gr.outputs.Textbox(type="auto", label=None),
|
69 |
-
title=
|
70 |
-
description=
|
71 |
article=None,
|
72 |
examples=None,
|
73 |
allow_flagging=False,
|
|
|
66 |
lines=1, placeholder=None, default="", label=None
|
67 |
),
|
68 |
outputs=gr.outputs.Textbox(type="auto", label=None),
|
69 |
+
title=title,
|
70 |
+
description=description,
|
71 |
article=None,
|
72 |
examples=None,
|
73 |
allow_flagging=False,
|