DmitrMakeev
commited on
Commit
·
3b4e15b
1
Parent(s):
4e64ea3
Update app.py
Browse files
app.py
CHANGED
@@ -96,4 +96,4 @@ gr.Interface(
|
|
96 |
title=title,
|
97 |
description=description,
|
98 |
article=article,
|
99 |
-
allow_flagging="never").launch(
|
|
|
96 |
title=title,
|
97 |
description=description,
|
98 |
article=article,
|
99 |
+
allow_flagging="never").launch(debug=True, max_threads=True, share=True, inbrowser=True)
|