tigger13 commited on
Commit
684c85b
·
verified ·
1 Parent(s): 5bdaefc

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ demo = gr.Interface(
94
  result = client.predict("/path/to/image.png")
95
  ```
96
  """,
97
- examples=[],
98
- allow_flagging="never"
99
  )
100
 
101
  if __name__ == "__main__":
 
94
  result = client.predict("/path/to/image.png")
95
  ```
96
  """,
97
+ examples=[]
 
98
  )
99
 
100
  if __name__ == "__main__":