Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -139,12 +139,12 @@ with gr.Blocks(title="Audio Fusion") as iface:
|
|
139 |
client = TelegramClient('session_name', API_ID, API_HASH)
|
140 |
|
141 |
# Define the states for user interaction
|
142 |
-
class State:
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
|
149 |
states = {}
|
150 |
|
|
|
139 |
client = TelegramClient('session_name', API_ID, API_HASH)
|
140 |
|
141 |
# Define the states for user interaction
|
142 |
+
# class State:
|
143 |
+
# def __init__(self, client) -> None:
|
144 |
+
# self.slow =
|
145 |
+
# self.speed =
|
146 |
+
# self.reverb =
|
147 |
+
# self.reverse =
|
148 |
|
149 |
states = {}
|
150 |
|