Re1e9 commited on
Commit
ba93c8f
·
1 Parent(s): 5da3ef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -57,9 +57,6 @@ def predict_fn(image):
57
  return class_name
58
 
59
 
60
- def main():
61
-
62
- # application interface:
63
- import gradio as gr
64
-
65
- gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", interpretation='default').launch()
 
57
  return class_name
58
 
59
 
60
+ # application interface:
61
+ import gradio as gr
62
+ gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", interpretation='default').launch()