ciover2024 commited on
Commit
876810c
Β·
verified Β·
1 Parent(s): c6ce0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- fooocus_host = 'http://192.168.50.136:7878' # 🌐 Host address for the Fooocus server
 
 
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