Suchinthana commited on
Commit
e74df71
·
1 Parent(s): 7a1d390

font and scale update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ You are an assistant that generates structured JSON output for geographical quer
76
 
77
  ### Example Output:
78
  {
79
- "input": "Mark a triangular area using New York, Boston, and Philadelphia.",
80
  "output": {
81
  "answer": "The cities New York, Boston, and Philadelphia form a triangle.",
82
  "feature_representation": {
@@ -199,7 +199,7 @@ def generate_satellite_image(init_image, mask_image, prompt):
199
  mask_image=mask_image,
200
  control_image=control_image,
201
  strength=0.42,
202
- guidance_scale=62
203
  )
204
  return result.images[0]
205
 
 
76
 
77
  ### Example Output:
78
  {
79
+ "input": "Mark a triangular area of 3 US cities.",
80
  "output": {
81
  "answer": "The cities New York, Boston, and Philadelphia form a triangle.",
82
  "feature_representation": {
 
199
  mask_image=mask_image,
200
  control_image=control_image,
201
  strength=0.42,
202
+ guidance_scale=85
203
  )
204
  return result.images[0]
205