awitpao commited on
Commit
cd050ed
·
1 Parent(s): 395b48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="String Instrument Classification",
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)