Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,7 @@ gr.Interface(
|
|
| 31 |
title=title,
|
| 32 |
description=description,
|
| 33 |
article=article,
|
|
|
|
|
|
|
| 34 |
examples=examples
|
| 35 |
).launch(debug=True)
|
|
|
|
| 31 |
title=title,
|
| 32 |
description=description,
|
| 33 |
article=article,
|
| 34 |
+
allow_flagging=False,
|
| 35 |
+
allow_screenshot=False,
|
| 36 |
examples=examples
|
| 37 |
).launch(debug=True)
|