Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def predict(image):
|
|
147 |
|
148 |
iface = gr.Interface(
|
149 |
fn=predict,
|
150 |
-
inputs=gr.Image(type="
|
151 |
outputs="text",
|
152 |
title="AI-Powered Artwork Recognition and Description",
|
153 |
description="Upload an image of artwork to predict its style and artist, and generate a description."
|
|
|
147 |
|
148 |
iface = gr.Interface(
|
149 |
fn=predict,
|
150 |
+
inputs=gr.Image(type="filepath"),
|
151 |
outputs="text",
|
152 |
title="AI-Powered Artwork Recognition and Description",
|
153 |
description="Upload an image of artwork to predict its style and artist, and generate a description."
|