yeq6x commited on
Commit
e924d64
·
1 Parent(s): 34fca51
Files changed (1) hide show
  1. app.py +2 -2
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()