Spaces:
Runtime error
Runtime error
Update app.py
#2
by Sataru - opened
app.py
CHANGED
|
@@ -100,7 +100,7 @@ async def greet(my_prompt, control_weight, correct_level, padding_ratio, hires_r
|
|
| 100 |
is_hires = not (hires_rate < 0.01)
|
| 101 |
|
| 102 |
payload = {
|
| 103 |
-
'url': 'https://
|
| 104 |
'prompt': my_prompt,
|
| 105 |
'controlnet_weight': control_weight,
|
| 106 |
'correct_level': correct_level_value,
|
|
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
|
|
| 144 |
url = gr.Textbox(
|
| 145 |
label="URL",
|
| 146 |
placeholder="https://",
|
| 147 |
-
value="https://
|
| 148 |
interactive=False
|
| 149 |
)
|
| 150 |
prompt = gr.Textbox(
|
|
|
|
| 100 |
is_hires = not (hires_rate < 0.01)
|
| 101 |
|
| 102 |
payload = {
|
| 103 |
+
'url': 'https://play.google.com/store/apps/details?id=com.indusgame.play',
|
| 104 |
'prompt': my_prompt,
|
| 105 |
'controlnet_weight': control_weight,
|
| 106 |
'correct_level': correct_level_value,
|
|
|
|
| 144 |
url = gr.Textbox(
|
| 145 |
label="URL",
|
| 146 |
placeholder="https://",
|
| 147 |
+
value="https://play.google.com/store/apps/details?id=com.indusgame.play",
|
| 148 |
interactive=False
|
| 149 |
)
|
| 150 |
prompt = gr.Textbox(
|