Spaces:
Runtime error
Runtime error
prathmeshrmadhu
commited on
Commit
·
5b48aee
1
Parent(s):
b4e5c81
adding print debug
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
127 |
outputs=redraw_button)
|
128 |
|
129 |
model_name.change(fn=model.set_model, inputs=model_name, outputs=None)
|
130 |
-
print(model_name, visualization_score_threshold)
|
131 |
run_button.click(fn=model.run,
|
132 |
inputs=[
|
133 |
model_name,
|
|
|
127 |
outputs=redraw_button)
|
128 |
|
129 |
model_name.change(fn=model.set_model, inputs=model_name, outputs=None)
|
130 |
+
print(model_name, visualization_score_threshold, "HERE")
|
131 |
run_button.click(fn=model.run,
|
132 |
inputs=[
|
133 |
model_name,
|