Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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()
|