Spaces:
Sleeping
Sleeping
Vipul-Chauhan
commited on
Commit
•
ed97f50
1
Parent(s):
ddcd78e
Update app.py
Browse files
app.py
CHANGED
@@ -190,4 +190,4 @@ iface = gr.Interface(fn = get_summary_answer,
|
|
190 |
],
|
191 |
title = "20NewsGroup_QA",
|
192 |
description ="Returns answer from 20NewsGroup dataset")
|
193 |
-
iface.launch(inline = False, debug = True
|
|
|
190 |
],
|
191 |
title = "20NewsGroup_QA",
|
192 |
description ="Returns answer from 20NewsGroup dataset")
|
193 |
+
iface.launch(inline = False, debug = True)
|