Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ gr.Interface(inference,
|
|
77 |
title=title,
|
78 |
description=description,
|
79 |
article=article,
|
80 |
-
examples=[['starrynight.jpeg',"Image Captioning","None","Nucleus sampling"]]
|
81 |
allow_flagging='never',
|
82 |
theme="default",
|
83 |
cache_examples=False).launch(enable_queue=True, debug=True)
|
|
|
77 |
title=title,
|
78 |
description=description,
|
79 |
article=article,
|
80 |
+
examples=[['starrynight.jpeg',"Image Captioning","None","Nucleus sampling"]],
|
81 |
allow_flagging='never',
|
82 |
theme="default",
|
83 |
cache_examples=False).launch(enable_queue=True, debug=True)
|