Fix login
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def load_description(file_path):
|
|
| 218 |
|
| 219 |
|
| 220 |
|
| 221 |
-
def generate_image(main_image, text_description, did, request: gr.Request
|
| 222 |
if not did:
|
| 223 |
did = str(uuid.uuid4())
|
| 224 |
user_id = request.session_hash
|
|
|
|
| 218 |
|
| 219 |
|
| 220 |
|
| 221 |
+
def generate_image(main_image, text_description, did, request: gr.Request):
|
| 222 |
if not did:
|
| 223 |
did = str(uuid.uuid4())
|
| 224 |
user_id = request.session_hash
|