Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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."
|
|
|
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()
|