Spaces:
Runtime error
Runtime error
Commit
·
a0cdb5d
1
Parent(s):
6cff2aa
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def reset_user_input():
|
|
166 |
def reset_state():
|
167 |
return gr.update(value=''), None, None, [], [], [], PILImage.open('ffffff.png')
|
168 |
|
169 |
-
examples = ['hazelnut_cut.png',
|
170 |
|
171 |
with gr.Blocks() as demo:
|
172 |
gr.HTML("""<h1 align="center">Demo of AnomalyGPT</h1>""")
|
|
|
166 |
def reset_state():
|
167 |
return gr.update(value=''), None, None, [], [], [], PILImage.open('ffffff.png')
|
168 |
|
169 |
+
examples = ['hazelnut_cut.png','capsule_crack.png','carpet_normal.jpg']
|
170 |
|
171 |
with gr.Blocks() as demo:
|
172 |
gr.HTML("""<h1 align="center">Demo of AnomalyGPT</h1>""")
|