xp3857 commited on
Commit
80914be
1 Parent(s): 3d113cb

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def ac():
65
  return None, None
66
  def cl_fac():
67
  return "",gr.HTML.update(f"{loading}")
68
- with gr.Blocks(css="style.css") as b:
69
  with gr.Row():
70
  with gr.Column():
71
  put = gr.Textbox()
 
65
  return None, None
66
  def cl_fac():
67
  return "",gr.HTML.update(f"{loading}")
68
+ with edited(css="style.css") as b:
69
  with gr.Row():
70
  with gr.Column():
71
  put = gr.Textbox()