nsfwalex commited on
Commit
9c7c0d8
1 Parent(s): 0ce2aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -199,8 +199,10 @@ if default_image:
199
  default_image = None
200
  else:
201
  default_image = None
202
-
203
  with gr.Blocks(css=css,head=js,fill_height=True) as demo:
 
 
204
  with gr.Row(equal_height=False):
205
  with gr.Group():
206
  result = gr.Gallery(
 
199
  default_image = None
200
  else:
201
  default_image = None
202
+
203
  with gr.Blocks(css=css,head=js,fill_height=True) as demo:
204
+ url_params = gr.State()
205
+ print(url_params)
206
  with gr.Row(equal_height=False):
207
  with gr.Group():
208
  result = gr.Gallery(