Spaces:
Runtime error
Runtime error
restful
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ iface = gr.Interface(
|
|
43 |
description="Upload an image and select processing options to generate body and sketch images."
|
44 |
)
|
45 |
|
46 |
-
# APIとして公開
|
47 |
-
app = gr.mount_gradio_app(app, iface, path="/")
|
48 |
|
49 |
# Hugging Face Spacesでデプロイする場合
|
50 |
iface.queue().launch()
|
|
|
43 |
description="Upload an image and select processing options to generate body and sketch images."
|
44 |
)
|
45 |
|
46 |
+
# # APIとして公開
|
47 |
+
# app = gr.mount_gradio_app(app, iface, path="/")
|
48 |
|
49 |
# Hugging Face Spacesでデプロイする場合
|
50 |
iface.queue().launch()
|