Spaces:
Sleeping
Sleeping
DK 이대근
commited on
Commit
·
83fe380
1
Parent(s):
2f77190
Fix
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ demo = gr.Interface(
|
|
86 |
outputs=outputs,
|
87 |
title="🔧 RC 기둥 단면 예측기",
|
88 |
description="Eurocode 2 기반 ML 모델"
|
89 |
-
)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
demo.launch()
|
|
|
86 |
outputs=outputs,
|
87 |
title="🔧 RC 기둥 단면 예측기",
|
88 |
description="Eurocode 2 기반 ML 모델"
|
89 |
+
)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
demo.launch()
|