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