Update app.py
Browse files
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.
|
| 290 |
-
hid_star=gr.
|
| 291 |
-
hid_enemy=gr.
|
| 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
|