WindVChen commited on
Commit
eab44a6
Β·
1 Parent(s): 0842402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 600px !
47
  """)
48
 
49
  gr.HTML("""
50
- <font color="#660000">Since sometimes it will raise ERROR when multiple users access this space at the same time, we highly recommend you to duplicate this space and run in your private space for no queue on your own hardware.</font><br />
51
  <a href="https://huggingface.co/spaces/WindVChen/INR-Harmon?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
52
  <img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
53
  """)
@@ -59,7 +59,8 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 600px !
59
  2. Select a composite image, and then a mask with the same size.
60
  3. Select the inference mode (for non-square image, only `Arbitrary Image` support). Also note that `Square Image` mode will be much faster than `Arbitrary Image` mode.
61
  4. Set `Split Resolution` (Patches' resolution) or `Split Number` (How many patches, about N*N) according to the inference mode.
62
- 3. Click `Start` and enjoy it!
 
63
 
64
  """)
65
 
 
47
  """)
48
 
49
  gr.HTML("""
50
+ <font color="#660000">(Notice: Sometimes it will encounter CONFLICTs when multiple users access this space at the same time, so we highly recommend you to duplicate this space and run in your private space for no queue on your own hardware</font>
51
  <a href="https://huggingface.co/spaces/WindVChen/INR-Harmon?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
52
  <img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
53
  """)
 
59
  2. Select a composite image, and then a mask with the same size.
60
  3. Select the inference mode (for non-square image, only `Arbitrary Image` support). Also note that `Square Image` mode will be much faster than `Arbitrary Image` mode.
61
  4. Set `Split Resolution` (Patches' resolution) or `Split Number` (How many patches, about N*N) according to the inference mode.
62
+ 5. Click `Start` and enjoy it!
63
+ 6. Click `Stop` if you want to stop the current process. You can also click `Reset` button any time to reinitialize the GUI.
64
 
65
  """)
66