spidy254 commited on
Commit
8300d5b
·
verified ·
1 Parent(s): 0ada2c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def process_audio(audio_file):
38
  # Create Web Interface
39
  interface = gr.Interface(
40
  fn=process_audio,
41
- inputs=gr.Audio(source="upload", type="filepath"),
42
  outputs=[gr.Image(type="filepath", label="Spectrogram"),
43
  gr.Image(type="filepath", label="AI-Generated Art")],
44
  title="Audio2Art 🎨",
 
38
  # Create Web Interface
39
  interface = gr.Interface(
40
  fn=process_audio,
41
+ inputs=gr.Audio(type="filepath"),
42
  outputs=[gr.Image(type="filepath", label="Spectrogram"),
43
  gr.Image(type="filepath", label="AI-Generated Art")],
44
  title="Audio2Art 🎨",