sudo-soldier commited on
Commit
33f1a24
·
verified ·
1 Parent(s): dc87a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,11 +125,11 @@ with gr.Blocks(css="""
125
  with gr.Column(scale=1, min_width=250):
126
  gr.HTML('<label>&nbsp;iPhone Ringtone</label>')
127
  iphone_ringtone = gr.File(label="Apple")
128
- iphone_instructions = gr.Textbox(label="Install", placeholder="Open GarageBand on your iPhone. Create a new project with Audio Recorder. Tap on the Tracks view (≡ icon in top-left).Tap the Loop icon (top-right corner).Select "Files", then tap "Browse items from the Files app". Locate your .m4r file and tap it to import into GarageBand.
129
- .", lines=4)
130
 
131
  process_button.click(process_youtube_or_audio, inputs=[youtube_url, audio_record, start_time, end_time], outputs=[mp3_download, iphone_ringtone])
132
 
133
  interface.launch(share=True)
134
 
135
 
 
 
125
  with gr.Column(scale=1, min_width=250):
126
  gr.HTML('<label>&nbsp;iPhone Ringtone</label>')
127
  iphone_ringtone = gr.File(label="Apple")
128
+ iphone_instructions = gr.Textbox(label="Install", placeholder="Open GarageBand on your iPhone. Create a new project with Audio Recorder. Tap on the Tracks view (≡ icon in top-left). Tap the Loop icon (top-right corner). Select 'Files', then tap 'Browse items from the Files app'. Locate your .m4r file and tap it to import into GarageBand.", lines=4)
 
129
 
130
  process_button.click(process_youtube_or_audio, inputs=[youtube_url, audio_record, start_time, end_time], outputs=[mp3_download, iphone_ringtone])
131
 
132
  interface.launch(share=True)
133
 
134
 
135
+