Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,7 @@ demo = gr.Interface(
|
|
41 |
title=title,
|
42 |
description=description,
|
43 |
examples=examples,
|
44 |
-
allow_flagging="never"
|
45 |
-
cache_examples=False
|
46 |
)
|
47 |
|
48 |
demo.launch()
|
|
|
41 |
title=title,
|
42 |
description=description,
|
43 |
examples=examples,
|
44 |
+
allow_flagging="never"
|
|
|
45 |
)
|
46 |
|
47 |
demo.launch()
|