Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -618,7 +618,6 @@ with gr.Blocks() as demo:
|
|
| 618 |
threat_button.click(threat_runner, inputs=[std_state, a_state, b_state, c_state], outputs=threat_output)
|
| 619 |
|
| 620 |
|
| 621 |
-
|
| 622 |
-
|
| 623 |
if __name__ == "__main__":
|
| 624 |
demo.launch()
|
|
|
|
| 618 |
threat_button.click(threat_runner, inputs=[std_state, a_state, b_state, c_state], outputs=threat_output)
|
| 619 |
|
| 620 |
|
| 621 |
+
|
|
|
|
| 622 |
if __name__ == "__main__":
|
| 623 |
demo.launch()
|