bewizz commited on
Commit
5d45289
·
verified ·
1 Parent(s): c99493c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ WORKFLOW_FILENAME = 'sd3.json'
14
  ROOT_DIR = os.getcwd() # Root directory of the project
15
  OUTPUT_DIR = os.path.join(ROOT_DIR, 'output')
16
  USER_OUTPUTS_DIR = os.path.join(OUTPUT_DIR, 'user_outputs')
17
- URL = "https://your-ngrok-url.ngrok-free.app/prompt" # Replace with your ngrok URL
18
 
19
  # Create output directories if they don't exist
20
  os.makedirs(USER_OUTPUTS_DIR, exist_ok=True)
 
14
  ROOT_DIR = os.getcwd() # Root directory of the project
15
  OUTPUT_DIR = os.path.join(ROOT_DIR, 'output')
16
  USER_OUTPUTS_DIR = os.path.join(OUTPUT_DIR, 'user_outputs')
17
+ URL = "https://3653-47-216-153-41.ngrok-free.app/prompt" # Replace with your ngrok URL
18
 
19
  # Create output directories if they don't exist
20
  os.makedirs(USER_OUTPUTS_DIR, exist_ok=True)