Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InpaintAI
/
Inpaint-Anything
like
90
Runtime error
App
Files
Files
Community
2
geekyutao
commited on
May 4, 2023
Commit
6ef35b4
•
1 Parent(s):
cdd0075
set launch share=false
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -227,5 +227,5 @@ with gr.Blocks() as demo:
227
)
228
229
if __name__ == "__main__":
230
-
demo.launch(
share=True
)
231
227
)
228
229
if __name__ == "__main__":
230
+
demo.launch()
231