yinuozhang commited on
Commit
22efa51
·
1 Parent(s): 7fb286d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1055,7 +1055,7 @@ def process_input(
1055
  #img_linear if 'img_linear' in locals() else None,
1056
  #structure_files if structure_files else []
1057
  )
1058
- """
1059
  iface = gr.Interface(
1060
  fn=process_input,
1061
  inputs=[
@@ -1131,3 +1131,4 @@ app = gr.mount_gradio_app(app, iface, path="/")
1131
  if __name__ == "__main__":
1132
  import uvicorn
1133
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
 
1055
  #img_linear if 'img_linear' in locals() else None,
1056
  #structure_files if structure_files else []
1057
  )
1058
+
1059
  iface = gr.Interface(
1060
  fn=process_input,
1061
  inputs=[
 
1131
  if __name__ == "__main__":
1132
  import uvicorn
1133
  uvicorn.run(app, host="0.0.0.0", port=7860)
1134
+ """