Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -258,8 +258,6 @@ with gr.Blocks() as demo:
|
|
258 |
with gr.Tab("유명인"):
|
259 |
celebrity_input = gr.Textbox(label="유명인 이름", placeholder="여기에 유명인의 이름을 입력하세요")
|
260 |
celebrity_output = gr.HTML() # 유명인 분석 결과를 출력할 HTML 컴포넌트
|
261 |
-
celebrity_analyze_button = gr.Button("분석하기")
|
262 |
-
celebrity_analyze_button.click(fn=analyze_celebrity, inputs=[lunIljin_state, OPENAI_API_KEY_input], outputs=celebrity_output)
|
263 |
|
264 |
|
265 |
demo.launch()
|
|
|
258 |
with gr.Tab("유명인"):
|
259 |
celebrity_input = gr.Textbox(label="유명인 이름", placeholder="여기에 유명인의 이름을 입력하세요")
|
260 |
celebrity_output = gr.HTML() # 유명인 분석 결과를 출력할 HTML 컴포넌트
|
|
|
|
|
261 |
|
262 |
|
263 |
demo.launch()
|