Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from io import BytesIO
|
|
5 |
import os
|
6 |
|
7 |
|
8 |
-
url = 'https://{os.environ['RUNPOD_ID']}-8000.proxy.runpod.net/generate-image/'
|
9 |
|
10 |
def generate_image_from_text(prompt, class_guidance):
|
11 |
headers = {
|
|
|
5 |
import os
|
6 |
|
7 |
|
8 |
+
url = f'https://{os.environ['RUNPOD_ID']}-8000.proxy.runpod.net/generate-image/'
|
9 |
|
10 |
def generate_image_from_text(prompt, class_guidance):
|
11 |
headers = {
|