Spaces:
Runtime error
Runtime error
Eugene Siow
commited on
Commit
·
c1d104f
1
Parent(s):
65689c6
Add updates to gr.Interface.
Browse files
app.py
CHANGED
@@ -89,6 +89,5 @@ gr.Interface(
|
|
89 |
['woman.bmp', 'x3', 'MSRN'],
|
90 |
['bird.bmp', 'x4', 'PAN']
|
91 |
],
|
92 |
-
|
93 |
-
allow_flagging=False,
|
94 |
).launch(debug=False)
|
|
|
89 |
['woman.bmp', 'x3', 'MSRN'],
|
90 |
['bird.bmp', 'x4', 'PAN']
|
91 |
],
|
92 |
+
allow_flagging='never',
|
|
|
93 |
).launch(debug=False)
|