Re1e9 commited on
Commit
7b9839a
·
1 Parent(s): c10685b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ def predict_fn(image):
59
 
60
  # application interface:
61
  import gradio as gr
62
- gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", interpretation='default', description="Draw something from: Car, House, Wine bottle, Chair, Table, Tree, Camera, Fish, Rain, Clock, Hat").launch()
 
59
 
60
  # application interface:
61
  import gradio as gr
62
+ gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", description="Draw something from: Car, House, Wine bottle, Chair, Table, Tree, Camera, Fish, Rain, Clock, Hat", article="Draw large with thick stroke.", interpretation='default').launch()