MatteoScript commited on
Commit
1e200c7
·
verified ·
1 Parent(s): 1501a26

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -210,7 +210,7 @@ def generate_image(request: Request, input_data: InputImage):
210
  # True, # bool in 'Apply refiner' Checkbox component
211
  # api_name="/run"
212
  #)
213
- result = client.predict(
214
  input_data.input, # str in 'What you want the AI to generate. 77 Token Limit. A Token is Any Word, Number, Symbol, or Punctuation. Everything Over 77 Will Be Truncated!' Textbox component
215
  input_data.negativePrompt, # str in 'What you Do Not want the AI to generate. 77 Token Limit' Textbox component
216
  1024, # int | float (numeric value between 512 and 1024) in 'Height' Slider component
 
210
  # True, # bool in 'Apply refiner' Checkbox component
211
  # api_name="/run"
212
  #)
213
+ result = client.predict(
214
  input_data.input, # str in 'What you want the AI to generate. 77 Token Limit. A Token is Any Word, Number, Symbol, or Punctuation. Everything Over 77 Will Be Truncated!' Textbox component
215
  input_data.negativePrompt, # str in 'What you Do Not want the AI to generate. 77 Token Limit' Textbox component
216
  1024, # int | float (numeric value between 512 and 1024) in 'Height' Slider component