Apex-X commited on
Commit
a833b50
·
verified ·
1 Parent(s): e196633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- import gradio as gr
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