Spaces:
Sleeping
Sleeping
removing share and debug params
Browse files
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"
|
|
|
62 |
# application interface:
|
63 |
import gradio as gr
|
64 |
|
65 |
+
gr.Interface(fn=predict_fn, inputs="paint", outputs="label", title="DoodleDecoder", interpretation='default').launch()
|