Spaces:
Runtime error
Runtime error
update figure size
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def plot_waveform(speech,SAMPLING_RATE,speech_b_detect):
|
|
235 |
X = np.divide(range(0, len(speech)), SAMPLING_RATE)
|
236 |
|
237 |
# Create a figure
|
238 |
-
plt.figure(figsize=(8,
|
239 |
|
240 |
# Define font size
|
241 |
font_size = 24
|
|
|
235 |
X = np.divide(range(0, len(speech)), SAMPLING_RATE)
|
236 |
|
237 |
# Create a figure
|
238 |
+
plt.figure(figsize=(8, 3))
|
239 |
|
240 |
# Define font size
|
241 |
font_size = 24
|