Stepan222 commited on
Commit
88a9f4b
·
verified ·
1 Parent(s): eb8769a

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -76,8 +76,7 @@ demo = gr.Interface(
76
  gr.Textbox(label="Description")
77
  ],
78
  outputs=gr.Textbox(label="Result"),
79
- title="OEM/Fake Classifier",
80
- allow_flagging="never"
81
  )
82
 
83
  demo.launch()
 
76
  gr.Textbox(label="Description")
77
  ],
78
  outputs=gr.Textbox(label="Result"),
79
+ title="OEM/Fake Classifier"
 
80
  )
81
 
82
  demo.launch()