Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
| 64 |
|
| 65 |
gr.Markdown("### Classify image of art as real or AI generated")
|
| 66 |
|
| 67 |
-
image_input = gr.Image(type="pil", label="Upload Image", height=
|
| 68 |
|
| 69 |
# Create a row for prediction and confidence outputs
|
| 70 |
with gr.Row():
|
|
|
|
| 64 |
|
| 65 |
gr.Markdown("### Classify image of art as real or AI generated")
|
| 66 |
|
| 67 |
+
image_input = gr.Image(type="pil", label="Upload Image", height=600)
|
| 68 |
|
| 69 |
# Create a row for prediction and confidence outputs
|
| 70 |
with gr.Row():
|