MusIre commited on
Commit
dc1a793
·
verified ·
1 Parent(s): 67bbe81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file"),
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."