Jesse12357 commited on
Commit
8cb6047
1 Parent(s): d387f20

Update app.py

Browse files

streaming = false

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ article = article = (
270
 
271
  demo = gr.Interface(
272
  sepia,
273
- inputs=gr.Image(),
274
  outputs=["image", gr.Label(num_top_classes=3, label="Predictions"), gr.Number(label="Prediction time (s)")],
275
  title=title,
276
  description=description,
 
270
 
271
  demo = gr.Interface(
272
  sepia,
273
+ inputs=gr.Image(streaming=False),
274
  outputs=["image", gr.Label(num_top_classes=3, label="Predictions"), gr.Number(label="Prediction time (s)")],
275
  title=title,
276
  description=description,