Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -533,6 +533,8 @@ async def predict(image):
|
|
533 |
|
534 |
|
535 |
|
|
|
|
|
536 |
def show_details_html(choice, previous_output, initial_state):
|
537 |
if not choice:
|
538 |
return previous_output, gr.update(visible=True), initial_state
|
|
|
533 |
|
534 |
|
535 |
|
536 |
+
|
537 |
+
|
538 |
def show_details_html(choice, previous_output, initial_state):
|
539 |
if not choice:
|
540 |
return previous_output, gr.update(visible=True), initial_state
|