Matheus Ribeiro de Oliveira commited on
Commit
125b6a8
·
1 Parent(s): 20e4b5c

update readme and app

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. app.py +1 -0
README.md CHANGED
@@ -10,3 +10,5 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ To run this app on GPU, please follow the instructions on the repo: https://github.com/matt576/image-editing
app.py CHANGED
@@ -146,6 +146,7 @@ if __name__ == "__main__":
146
  gr.Markdown(title)
147
  gr.Markdown(
148
  """
 
149
  Welcome to the AFM Image-Editing App!
150
  First, upload an input image or generate it via Txt2Img below.
151
  Then, choose the desired task by navigating the tabs.
 
146
  gr.Markdown(title)
147
  gr.Markdown(
148
  """
149
+ WARNING: To run this app on GPU, please follow the instructions on the repo: https://github.com/matt576/image-editing
150
  Welcome to the AFM Image-Editing App!
151
  First, upload an input image or generate it via Txt2Img below.
152
  Then, choose the desired task by navigating the tabs.