Spaces:
Build error
Build error
update
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -83,4 +83,4 @@ if __name__ == '__main__':
|
|
83 |
calculate_button.click(fn = gradio_fn,
|
84 |
inputs = [image_input,radio_steps,radio_class,radio_robust],
|
85 |
outputs = target_image)
|
86 |
-
demo.launch(
|
|
|
83 |
calculate_button.click(fn = gradio_fn,
|
84 |
inputs = [image_input,radio_steps,radio_class,radio_robust],
|
85 |
outputs = target_image)
|
86 |
+
demo.launch(debug = True)
|
app.py
CHANGED
@@ -83,4 +83,4 @@ if __name__ == '__main__':
|
|
83 |
calculate_button.click(fn = gradio_fn,
|
84 |
inputs = [image_input,radio_steps,radio_class,radio_robust],
|
85 |
outputs = target_image)
|
86 |
-
demo.launch(
|
|
|
83 |
calculate_button.click(fn = gradio_fn,
|
84 |
inputs = [image_input,radio_steps,radio_class,radio_robust],
|
85 |
outputs = target_image)
|
86 |
+
demo.launch(debug = True)
|