Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files
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://
|
| 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')
|