Bils commited on
Commit
732135c
·
verified ·
1 Parent(s): 94a8527

Update app.py

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