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

Update app.py

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", height=100).launch(share=True, debug=True)
 
62
  # application interface:
63
  import gradio as gr
64
 
65
+ gr.Interface(fn=predict_fn, inputs="paint", outputs="label").launch(share=True, debug=True)