Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ demo=gr.Interface(
|
|
39 |
inputs=my_input,
|
40 |
outputs=my_output,
|
41 |
title=my_title,
|
42 |
-
description
|
43 |
-
article
|
44 |
-
examples
|
45 |
-
allow_flagging
|
46 |
demo.launch()
|
|
|
39 |
inputs=my_input,
|
40 |
outputs=my_output,
|
41 |
title=my_title,
|
42 |
+
description=my_description,
|
43 |
+
article=my_article,
|
44 |
+
examples=EXAMPLE,
|
45 |
+
allow_flagging=False)
|
46 |
demo.launch()
|