Spaces:
Sleeping
Sleeping
Commit
·
416e232
1
Parent(s):
b6392d1
remove flagging bcause idk how to process it :like:
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -81,7 +81,8 @@ demo = gr.Interface(
|
|
81 |
],
|
82 |
outputs=["text"],
|
83 |
title=title,
|
84 |
-
description=desc
|
|
|
85 |
)
|
86 |
demo.queue()
|
87 |
print("! LAUNCHING GRADIO !")
|
|
|
81 |
],
|
82 |
outputs=["text"],
|
83 |
title=title,
|
84 |
+
description=desc,
|
85 |
+
allow_flagging='never'
|
86 |
)
|
87 |
demo.queue()
|
88 |
print("! LAUNCHING GRADIO !")
|