MusIre commited on
Commit
abc4ab8
·
verified ·
1 Parent(s): 70c3eeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def predict(image):
147
 
148
  iface = gr.Interface(
149
  fn=predict,
150
- inputs=gr.Image(type="file"),
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."