Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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)
|