Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
e74df71
1
Parent(s):
7a1d390
font and scale update
Browse files
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
|
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=
|
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 |
|