Spaces:
Running
Running
Disable SSR mode — incompatible with HF Spaces proxy
Browse files
app.py
CHANGED
|
@@ -120,5 +120,5 @@ with gr.Blocks(title="DermNet-Skin23 Classifier", theme=gr.themes.Soft()) as dem
|
|
| 120 |
predict_btn.click(predict, inputs=input_image, outputs=output_label)
|
| 121 |
|
| 122 |
if __name__ == "__main__":
|
| 123 |
-
demo.launch()
|
| 124 |
|
|
|
|
| 120 |
predict_btn.click(predict, inputs=input_image, outputs=output_label)
|
| 121 |
|
| 122 |
if __name__ == "__main__":
|
| 123 |
+
demo.launch(ssr_mode=False)
|
| 124 |
|