Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
-
import sounddevice as sd
|
4 |
import scipy.io.wavfile as wavfile
|
5 |
|
6 |
# Morse code dictionary
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
|
|
3 |
import scipy.io.wavfile as wavfile
|
4 |
|
5 |
# Morse code dictionary
|