bewizz commited on
Commit
91bef31
·
verified ·
1 Parent(s): f5f0fe1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from typing import List
13
  WORKFLOW_FILENAME = 'sd3.json'
14
  ROOT_DIR = os.getcwd() # Root directory of the project
15
  OUTPUT_DIR = os.path.join(ROOT_DIR, 'output')
16
- URL = "https://50ac-47-216-153-41.ngrok-free.app/prompt" # Replace with your ngrok URL
17
 
18
  # Configure logging
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
 
13
  WORKFLOW_FILENAME = 'sd3.json'
14
  ROOT_DIR = os.getcwd() # Root directory of the project
15
  OUTPUT_DIR = os.path.join(ROOT_DIR, 'output')
16
+ URL = "https://3653-47-216-153-41.ngrok-free.app/prompt" # Replace with your ngrok URL
17
 
18
  # Configure logging
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')