alexkueck commited on
Commit
46976c5
·
1 Parent(s): 3212003

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def process_image(image_path, prompt):
173
  # Prepare the data for the API request (specific to the API you're using)
174
  data = {
175
  'image': encoded_string,
176
- 'input': prompt,
177
  }
178
  return data
179
 
 
173
  # Prepare the data for the API request (specific to the API you're using)
174
  data = {
175
  'image': encoded_string,
176
+ 'prompt': prompt,
177
  }
178
  return data
179