Omnibus commited on
Commit
0ebfbb1
1 Parent(s): 580c7fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -286,9 +286,9 @@ with gr.Blocks() as app:
286
  url_params = gr.JSON({}, visible=True, label="")
287
  acc=gr.Textbox()
288
  with gr.Row():
289
- hid_sky=gr.PIL()
290
- hid_star=gr.PIL()
291
- hid_enemy=gr.PIL()
292
 
293
  def return_score(text):
294
  return text
 
286
  url_params = gr.JSON({}, visible=True, label="")
287
  acc=gr.Textbox()
288
  with gr.Row():
289
+ hid_sky=gr.Pil()
290
+ hid_star=gr.Pil()
291
+ hid_enemy=gr.Pil()
292
 
293
  def return_score(text):
294
  return text