Commit
·
e58f531
1
Parent(s):
aa889a9
edit requirements
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -402,7 +402,7 @@ def infer_chest_cf(*args):
|
|
402 |
|
403 |
|
404 |
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
405 |
-
gr.Markdown("# VIOS-Group/High Fidelity Image Counterfactuals with Probabilistic Causal Models")
|
406 |
with gr.Tabs():
|
407 |
with gr.TabItem("Morpho-MNIST") as mnist_tab:
|
408 |
mnist_id = gr.Textbox(value=mnist_tab.label, visible=False)
|
|
|
402 |
|
403 |
|
404 |
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
405 |
+
# gr.Markdown("# VIOS-Group/High Fidelity Image Counterfactuals with Probabilistic Causal Models")
|
406 |
with gr.Tabs():
|
407 |
with gr.TabItem("Morpho-MNIST") as mnist_tab:
|
408 |
mnist_id = gr.Textbox(value=mnist_tab.label, visible=False)
|
requirements.txt
CHANGED
@@ -6,8 +6,8 @@ pandas==1.5.3
|
|
6 |
Pillow==9.3.0
|
7 |
pyro_ppl==1.8.4
|
8 |
scikit_image==0.20.0
|
9 |
-
tqdm==4.
|
10 |
-
pydantic==1.10.
|
11 |
pydantic_core==2.20.1
|
12 |
torch
|
13 |
torchvision
|
|
|
6 |
Pillow==9.3.0
|
7 |
pyro_ppl==1.8.4
|
8 |
scikit_image==0.20.0
|
9 |
+
tqdm==4.66.5
|
10 |
+
pydantic==1.10.17
|
11 |
pydantic_core==2.20.1
|
12 |
torch
|
13 |
torchvision
|