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