Spaces:
Running
Running
Update visualization_gary.py
Browse files- visualization_gary.py +1 -1
visualization_gary.py
CHANGED
@@ -339,7 +339,7 @@ def get_features_on_interface(input):
|
|
339 |
# if op[3][1]!=[]:
|
340 |
# option[3][1]=f"D,features{', '.join(map(str, op[0][1]))} are negative."
|
341 |
|
342 |
-
return option, key_op," These are some class explanations from our model for different classes,which of these classes has our model predicted? ",gr.update(interactive=False)
|
343 |
|
344 |
def direct_inference(input):
|
345 |
img_size=448
|
|
|
339 |
# if op[3][1]!=[]:
|
340 |
# option[3][1]=f"D,features{', '.join(map(str, op[0][1]))} are negative."
|
341 |
|
342 |
+
return option, key_op," These are some class explanations from our model for different classes, which of these classes has our model predicted? ",gr.update(interactive=False)
|
343 |
|
344 |
def direct_inference(input):
|
345 |
img_size=448
|