Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(title="SonicOrbit", css="""
|
|
71 |
with gr.Tabs():
|
72 |
with gr.Tab("Converter"):
|
73 |
with gr.Row():
|
74 |
-
input_audio = gr.Audio(
|
75 |
with gr.Row():
|
76 |
simulate_rotation = gr.Checkbox(label="Simulate Rotation", value=True)
|
77 |
rotation_speed = gr.Slider(0.01, 1.0, value=0.1, step=0.01, label="Rotation Speed (Hz)")
|
|
|
71 |
with gr.Tabs():
|
72 |
with gr.Tab("Converter"):
|
73 |
with gr.Row():
|
74 |
+
input_audio = gr.Audio(type="filepath", label="Upload Audio (Mono or Stereo)")
|
75 |
with gr.Row():
|
76 |
simulate_rotation = gr.Checkbox(label="Simulate Rotation", value=True)
|
77 |
rotation_speed = gr.Slider(0.01, 1.0, value=0.1, step=0.01, label="Rotation Speed (Hz)")
|