Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,7 @@ iface = gr.Interface(
|
|
77 |
title=app_name,
|
78 |
description=app_description,
|
79 |
examples=[
|
80 |
-
["
|
81 |
-
["2312.04542.pdf",1],
|
82 |
],
|
83 |
allow_flagging="never"
|
84 |
)
|
|
|
77 |
title=app_name,
|
78 |
description=app_description,
|
79 |
examples=[
|
80 |
+
["DATA7004%2B90%2B80%2BHidden%2BTechnical%2BDebt%2Bin%2BMachine%2BLearning%2BSystems.pdf",1],
|
|
|
81 |
],
|
82 |
allow_flagging="never"
|
83 |
)
|