Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import json
|
| 3 |
|
| 4 |
# Load the JSON workflow
|
| 5 |
-
with open("/home/user/app/1workflo", "r") as file:
|
| 6 |
workflow = json.load(file)
|
| 7 |
|
| 8 |
def generate_linkedin_headshot(image, prompt):
|
|
|
|
| 2 |
import json
|
| 3 |
|
| 4 |
# Load the JSON workflow
|
| 5 |
+
with open("/home/user/app/1workflo.json", "r") as file:
|
| 6 |
workflow = json.load(file)
|
| 7 |
|
| 8 |
def generate_linkedin_headshot(image, prompt):
|