Spaces:
Build error
Build error
Commit ·
08e7e89
1
Parent(s): f7374ab
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,4 +37,4 @@ iface = Series(extractor, summarizer,
|
|
| 37 |
description = desc,
|
| 38 |
examples=sample_url,allow_flagging="manual",flagging_options=["random summary", "useful summary"])
|
| 39 |
|
| 40 |
-
iface.launch(
|
|
|
|
| 37 |
description = desc,
|
| 38 |
examples=sample_url,allow_flagging="manual",flagging_options=["random summary", "useful summary"])
|
| 39 |
|
| 40 |
+
iface.launch(debug=True)
|