versae commited on
Commit
e001acb
1 Parent(s): 1f036df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ interface = gr.Interface(
109
  outputs=[gr.outputs.Label(num_top_classes=3)] + 3 * [gr.outputs.Image(type="file")],
110
  title=title,
111
  description=description,
112
- live=True,
113
  examples=[
114
  ["kids playing in the snow"],
115
  ["walking in the dark"],
 
109
  outputs=[gr.outputs.Label(num_top_classes=3)] + 3 * [gr.outputs.Image(type="file")],
110
  title=title,
111
  description=description,
112
+ #live=True,
113
  examples=[
114
  ["kids playing in the snow"],
115
  ["walking in the dark"],