Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ with gr.Blocks() as demo:
|
|
49 |
gr.Markdown("### In this demo, we use a non-linear SVC (Support Vector Classifier) to learn the decision function of the XOR operator.")
|
50 |
|
51 |
xor_image = Image.open("xor.png")
|
52 |
-
xor_image = xor_image.resize((round(xor_image.size[0]*0.25), round(xor_image.size[1]*0.25)))
|
53 |
gr.Image(xor_image, label="Table explaining the 'XOR' operator")
|
54 |
|
55 |
gr.HTML("<hr>")
|
|
|
49 |
gr.Markdown("### In this demo, we use a non-linear SVC (Support Vector Classifier) to learn the decision function of the XOR operator.")
|
50 |
|
51 |
xor_image = Image.open("xor.png")
|
|
|
52 |
gr.Image(xor_image, label="Table explaining the 'XOR' operator")
|
53 |
|
54 |
gr.HTML("<hr>")
|