Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def gradio_interface(image):
|
|
| 145 |
|
| 146 |
iface = gr.Interface(
|
| 147 |
fn=gradio_interface,
|
| 148 |
-
inputs=gr.Image(type="
|
| 149 |
outputs="text",
|
| 150 |
title="AI Artwork Analysis",
|
| 151 |
description="Upload an image to predict its artistic style and creator, and generate a detailed description."
|
|
|
|
| 145 |
|
| 146 |
iface = gr.Interface(
|
| 147 |
fn=gradio_interface,
|
| 148 |
+
inputs=gr.Image(type="filepath"),
|
| 149 |
outputs="text",
|
| 150 |
title="AI Artwork Analysis",
|
| 151 |
description="Upload an image to predict its artistic style and creator, and generate a detailed description."
|