nsfwalex commited on
Commit
5d8a17a
โ€ข
1 Parent(s): b4d8694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -61,9 +61,6 @@ footer {display: none !important;}
61
  """
62
 
63
  with gr.Blocks(css=css) as demo:
64
- url_params = gr.State()
65
- demo.load(get_params, None, url_params)
66
- url_params = url_params.value
67
  width=320
68
  height=240
69
  with gr.Row():
 
61
  """
62
 
63
  with gr.Blocks(css=css) as demo:
 
 
 
64
  width=320
65
  height=240
66
  with gr.Row():