Mohan-diffuser commited on
Commit
394c2b1
·
verified ·
1 Parent(s): 50a15ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -97,8 +97,7 @@ def clear_state():
97
  def clear_api_key():
98
  return ""
99
 
100
- with open("gradio.css", "r") as f:
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