Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- app.py +1 -2
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -579,8 +579,7 @@ with gr.Blocks(theme=app_theme, css=custom_css) as demo:
|
|
| 579 |
label="Area Ratio by Layer",
|
| 580 |
headers=["Layer", "Area (pixels)", "Ratio(%)"],
|
| 581 |
datatype=["str", "str", "str"],
|
| 582 |
-
interactive=False
|
| 583 |
-
wrap=True
|
| 584 |
)
|
| 585 |
|
| 586 |
# 설정
|
|
|
|
| 579 |
label="Area Ratio by Layer",
|
| 580 |
headers=["Layer", "Area (pixels)", "Ratio(%)"],
|
| 581 |
datatype=["str", "str", "str"],
|
| 582 |
+
interactive=False
|
|
|
|
| 583 |
)
|
| 584 |
|
| 585 |
# 설정
|
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ torchvision
|
|
| 6 |
matplotlib
|
| 7 |
accelerate
|
| 8 |
pillow
|
| 9 |
-
gradio
|
| 10 |
spaces
|
| 11 |
numpy
|
| 12 |
pandas
|
|
|
|
| 6 |
matplotlib
|
| 7 |
accelerate
|
| 8 |
pillow
|
| 9 |
+
gradio==5.9.1
|
| 10 |
spaces
|
| 11 |
numpy
|
| 12 |
pandas
|