Spaces:
Running
Running
Update app.py
#1
by
BeefPuff
- 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': '
|
104 |
'prompt': my_prompt,
|
105 |
'controlnet_weight': control_weight,
|
106 |
'correct_level': correct_level_value,
|
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
135 |
# QRBTF.AI API Demo
|
136 |
|
137 |
- [Join Discord](https://discord.gg/V9CNuqYfte)
|
138 |
-
- [Official website](https://
|
139 |
|
140 |
""")
|
141 |
|
@@ -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': 'http://beefpuffradio.ru/',
|
104 |
'prompt': my_prompt,
|
105 |
'controlnet_weight': control_weight,
|
106 |
'correct_level': correct_level_value,
|
|
|
135 |
# QRBTF.AI API Demo
|
136 |
|
137 |
- [Join Discord](https://discord.gg/V9CNuqYfte)
|
138 |
+
- [Official website](https://beefpuffradio.ru/)
|
139 |
|
140 |
""")
|
141 |
|
|
|
144 |
url = gr.Textbox(
|
145 |
label="URL",
|
146 |
placeholder="https://",
|
147 |
+
value="https://beefpuffradio.ru/",
|
148 |
interactive=False
|
149 |
)
|
150 |
prompt = gr.Textbox(
|