Re1e9 commited on
Commit
e993a96
·
1 Parent(s): 6aaaec5

removing share and debug params

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ def main():
62
  # application interface:
63
  import gradio as gr
64
 
65
- gr.Interface(fn=predict_fn, inputs="paint", outputs="label").launch(share=True, debug=True)
 
62
  # application interface:
63
  import gradio as gr
64
 
65
+ gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", interpretation='default').launch()