Update app.py
Browse files
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(
|
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 🎨",
|