Spaces:
Running
Running
Ahsen Khaliq
commited on
Commit
·
3e80cbf
1
Parent(s):
60996a6
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,6 @@ gr.Interface(
|
|
133 |
description=description,
|
134 |
article=article,
|
135 |
examples=[
|
136 |
-
['
|
137 |
-
['einstein.png']
|
138 |
],
|
139 |
-
enable_queue=True
|
140 |
-
).launch(debug=True)
|
|
|
133 |
description=description,
|
134 |
article=article,
|
135 |
examples=[
|
136 |
+
['sample.jpg']
|
|
|
137 |
],
|
138 |
+
).launch(enable_queue=True,cache_examples=False)
|
|