Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
|
|
3 |
def image_classifier(input):
|
4 |
return {'normal': 0.3, 'bullying': 0.7}
|
5 |
|
6 |
-
).launch(enable_queue=True)
|
7 |
demo = gr.Interface.load(
|
8 |
"models/datasciencemmw/pickonai-best",
|
9 |
inputs="image",
|
|
|
3 |
def image_classifier(input):
|
4 |
return {'normal': 0.3, 'bullying': 0.7}
|
5 |
|
|
|
6 |
demo = gr.Interface.load(
|
7 |
"models/datasciencemmw/pickonai-best",
|
8 |
inputs="image",
|