jcvsalinas commited on
Commit
7f3ccfc
·
verified ·
1 Parent(s): 5992d87

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ gr.Interface(
25
  live=True, # Enable real-time recording
26
  title="Real-Time Audio Recording",
27
  description="Record audio in real time and view the waveform."
28
- ).launch()
 
25
  live=True, # Enable real-time recording
26
  title="Real-Time Audio Recording",
27
  description="Record audio in real time and view the waveform."
28
+ ).launch(share = True)