Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ pipe = pipeline(task="image-classification", model="rexoscare/string_instrument_
|
|
6 |
|
7 |
|
8 |
gr.Interface.from_pipeline(pipe,
|
9 |
-
title="
|
10 |
-
description="It will predict the Stringed Instrument",
|
11 |
examples = ["guitar.jpg", "uke.jpg",],
|
12 |
allow_flagging="never"
|
13 |
).launch(inbrowser=True)
|
|
|
6 |
|
7 |
|
8 |
gr.Interface.from_pipeline(pipe,
|
9 |
+
title="Stringed Instrument Classification",
|
10 |
+
description="It will predict the Stringed Instrument with accuracy",
|
11 |
examples = ["guitar.jpg", "uke.jpg",],
|
12 |
allow_flagging="never"
|
13 |
).launch(inbrowser=True)
|