Skip to content
Snippets Groups Projects

Command Line Interface for qim3d

7 files
+ 63
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
2
@@ -353,7 +353,10 @@ class Operations:
@@ -353,7 +353,10 @@ class Operations:
] + output_masks_update
] + output_masks_update
 
def run_interface(host = "0.0.0.0"):
 
gradio_interface = Interface().create_interface()
 
internal_tools.run_gradio_app(gradio_interface,host)
 
if __name__ == "__main__":
if __name__ == "__main__":
# Creates interface
# Creates interface
gradio_interface = Interface().create_interface()
run_interface()
internal_tools.run_gradio_app(gradio_interface)
\ No newline at end of file
Loading