Update app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,7 @@ def clear_state():
|
|
97 |
def clear_api_key():
|
98 |
return ""
|
99 |
|
100 |
-
|
101 |
-
custom_css = f.read()
|
102 |
with gr.Blocks(theme=gr.themes.Glass()) as microphone:
|
103 |
with gr.Column():
|
104 |
|
|
|
97 |
def clear_api_key():
|
98 |
return ""
|
99 |
|
100 |
+
|
|
|
101 |
with gr.Blocks(theme=gr.themes.Glass()) as microphone:
|
102 |
with gr.Column():
|
103 |
|