Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ def predict_fn(image):
|
|
47 |
return f"Error in prediction: {str(e)}"
|
48 |
|
49 |
# Gradio application interface
|
50 |
-
|
51 |
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()
|
52 |
|
|
|
47 |
return f"Error in prediction: {str(e)}"
|
48 |
|
49 |
# Gradio application interface
|
50 |
+
|
51 |
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()
|
52 |
|