Spaces:
Running
Running
Matheus Ribeiro de Oliveira commited on
Commit ·
4cd4b48
1
Parent(s): 125b6a8
update app
Browse files
app.py
CHANGED
|
@@ -146,8 +146,8 @@ if __name__ == "__main__":
|
|
| 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.
|
| 153 |
Finally, choose the model on the Dropdown within each tab and click on 'Generate'! Enjoy the App!
|
|
|
|
| 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.
|
| 153 |
Finally, choose the model on the Dropdown within each tab and click on 'Generate'! Enjoy the App!
|