Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,9 @@ import base64
|
|
| 7 |
# π Form-like Configuration Section - Easily customize your script settings here!
|
| 8 |
# -----------------------------------------------------------
|
| 9 |
# Server Configuration - Change these to match your server!
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# π File Paths - Change these paths if your images are stored in a different location!
|
| 13 |
imgs_base_path = "./saved_images" # Define the base path for saving images
|
|
|
|
| 7 |
# π Form-like Configuration Section - Easily customize your script settings here!
|
| 8 |
# -----------------------------------------------------------
|
| 9 |
# Server Configuration - Change these to match your server!
|
| 10 |
+
|
| 11 |
+
#fooocus_host = 'http://192.168.50.136:7878' # π Host address for the Fooocus server
|
| 12 |
+
fooocus_host = 'https://befc6a035ca1369040.gradio.live' # π Host address for the Fooocus server
|
| 13 |
|
| 14 |
# π File Paths - Change these paths if your images are stored in a different location!
|
| 15 |
imgs_base_path = "./saved_images" # Define the base path for saving images
|