Sebastian Willenberg
commited on
Commit
·
c010e3f
1
Parent(s):
52b4b70
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,5 +27,5 @@ output_lable = gr.Label()
|
|
| 27 |
gr.Interface(fn=classify,
|
| 28 |
inputs=input_sketchpad,
|
| 29 |
outputs=output_lable,
|
| 30 |
-
|
| 31 |
theme=gr.themes.Soft()).launch()
|
|
|
|
| 27 |
gr.Interface(fn=classify,
|
| 28 |
inputs=input_sketchpad,
|
| 29 |
outputs=output_lable,
|
| 30 |
+
flagging_mode='never',
|
| 31 |
theme=gr.themes.Soft()).launch()
|