Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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 |
-
|
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
|