aliciiavs commited on
Commit
26c08f5
·
verified ·
1 Parent(s): 4e4b292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -3,7 +3,4 @@ import gradio as gr
3
  gr.load("models/aliciiavs/chord-final-model").launch()
4
  interface = gr.Interface(chord_detector, inputs="image", outputs="text", title="Guitar Chord Detector")
5
 
6
- custom_example_path = "C:\Users\alici\Pictures\Camera Roll\WIN_20240408_22_52_56_Pro.jpg" # Replace this with the path to your image on your computer
7
- interface.add_example([custom_example_path], "Custom Example Image")
8
-
9
  interface.launch()
 
3
  gr.load("models/aliciiavs/chord-final-model").launch()
4
  interface = gr.Interface(chord_detector, inputs="image", outputs="text", title="Guitar Chord Detector")
5
 
 
 
 
6
  interface.launch()