Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gemini899
/
img2img
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gemini899
commited on
Feb 23
Commit
f456084
·
verified
·
1 Parent(s):
f53e43a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -157,6 +157,6 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
157
)
158
159
if __name__ == "__main__":
160
-
demo.launch()
161
162
157
)
158
159
if __name__ == "__main__":
160
+
demo.launch(
enable_api=True
)
161
162