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

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", 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()
 
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", interpretation='default', article="Draw large with thick stroke.").launch()