heyfazlur commited on
Commit
56502ee
·
verified ·
1 Parent(s): 54cd26b

Update app.py

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