apapiu commited on
Commit
791b323
·
verified ·
1 Parent(s): 28a9b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {