Spaces:
Running
on
Zero
Running
on
Zero
drscotthawley
commited on
Commit
•
3cea661
1
Parent(s):
40a67c8
added intermittent thing
Browse files
app.py
CHANGED
@@ -187,6 +187,9 @@ with gr.Blocks() as demo:
|
|
187 |
## Instructions
|
188 |
Choose from the examples at the bottom, and/or select the 'draw' tool (pen with a squiggle on it) to draw shapes to inpaint with notes.
|
189 |
White denotes regions to inpaint. (In the paper we used blue.)
|
|
|
|
|
|
|
190 |
""")
|
191 |
with gr.Row():
|
192 |
with gr.Column():
|
|
|
187 |
## Instructions
|
188 |
Choose from the examples at the bottom, and/or select the 'draw' tool (pen with a squiggle on it) to draw shapes to inpaint with notes.
|
189 |
White denotes regions to inpaint. (In the paper we used blue.)
|
190 |
+
|
191 |
+
## Issues
|
192 |
+
If you get "Error", then just try running it again. It seems that Spaces/Gradio *intermittently* kills this demo with a 'GPU task aborted' error.
|
193 |
""")
|
194 |
with gr.Row():
|
195 |
with gr.Column():
|