Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -652,8 +652,6 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
|
652 |
# 히어로 설명
|
653 |
hero_description = gr.Textbox(label="히어로 특성", lines=3)
|
654 |
|
655 |
-
# 다운로드 버튼
|
656 |
-
download_btn = gr.Button("히어로 데이터 다운로드")
|
657 |
|
658 |
gr.Markdown("""## OUTPUTS""")
|
659 |
gr.Markdown("""#### Confidence score for generated structure at each timestep""")
|
|
|
652 |
# 히어로 설명
|
653 |
hero_description = gr.Textbox(label="히어로 특성", lines=3)
|
654 |
|
|
|
|
|
655 |
|
656 |
gr.Markdown("""## OUTPUTS""")
|
657 |
gr.Markdown("""#### Confidence score for generated structure at each timestep""")
|