Spaces:
Sleeping
Sleeping
patrickramos
commited on
Commit
•
dd737ab
1
Parent(s):
83ffd1d
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import seaborn as sns
|
|
8 |
import gradio as gr
|
9 |
|
10 |
import os
|
|
|
11 |
import pickle
|
12 |
|
13 |
|
@@ -164,7 +165,7 @@ demo = gr.Interface(
|
|
164 |
],
|
165 |
examples=[[path,setups,False,False] for path in glob.glob('examples/*')],
|
166 |
title='Visual Emb-GAM Probing',
|
167 |
-
description
|
168 |
-
|
169 |
)
|
170 |
demo.launch(debug=True)
|
|
|
8 |
import gradio as gr
|
9 |
|
10 |
import os
|
11 |
+
import glob
|
12 |
import pickle
|
13 |
|
14 |
|
|
|
165 |
],
|
166 |
examples=[[path,setups,False,False] for path in glob.glob('examples/*')],
|
167 |
title='Visual Emb-GAM Probing',
|
168 |
+
description=description,
|
169 |
+
article=article
|
170 |
)
|
171 |
demo.launch(debug=True)
|