osbm commited on
Commit
5eba560
1 Parent(s): ce7a3fa

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +8 -0
main.py CHANGED
@@ -1,5 +1,13 @@
1
  import gradio as gr
2
 
 
 
 
 
 
 
 
 
3
  def predict(img):
4
  return "cat"
5
 
 
1
  import gradio as gr
2
 
3
+
4
+ # create nnunet input types
5
+ # run nnunet
6
+ # export
7
+
8
+
9
+
10
+
11
  def predict(img):
12
  return "cat"
13