Sataru commited on
Commit
8ecb2b9
1 Parent(s): 66a68b8

https://play.google.com/store/apps/details?id=com.indusgame.play

Browse files

![Screenshot_2023-08-19-00-20-37-819~2.jpeg](https://cdn-uploads.huggingface.co/production/uploads/64e973ec895a36ab28a38147/3sIqTTRxHo23Q2gWbJCMP.jpeg)

Files changed (1) hide show
  1. app.py +2 -2
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://qrbtf.com/',
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://qrbtf.com/",
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(