Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- app.py +1 -4
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -576,10 +576,7 @@ with gr.Blocks(theme=app_theme, css=custom_css) as demo:
|
|
| 576 |
|
| 577 |
# 면적 테이블
|
| 578 |
area_table = gr.Dataframe(
|
| 579 |
-
label="Area Ratio by Layer"
|
| 580 |
-
headers=["Layer", "Area (pixels)", "Ratio(%)"],
|
| 581 |
-
datatype=["str", "str", "str"],
|
| 582 |
-
interactive=False
|
| 583 |
)
|
| 584 |
|
| 585 |
# 설정
|
|
|
|
| 576 |
|
| 577 |
# 면적 테이블
|
| 578 |
area_table = gr.Dataframe(
|
| 579 |
+
label="Area Ratio by Layer"
|
|
|
|
|
|
|
|
|
|
| 580 |
)
|
| 581 |
|
| 582 |
# 설정
|
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
|
| 10 |
spaces
|
| 11 |
numpy
|
| 12 |
pandas
|