seawolf2357 commited on
Commit
6f5d1ae
ยท
verified ยท
1 Parent(s): 2cfc2e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -87,7 +87,7 @@ iface_create = gr.Interface(
87
  fn=gradio_generate_contents,
88
  inputs=[
89
  gr.TextArea(label="์ปจํ…์ธ  ํ…์ŠคํŠธ"),
90
- gr.Textbox(label="๋ธŒ๋žœ๋“œ๋ช…"),
91
  gr.Dropdown(label="ํ™”๋ฉด ๋น„์œจ", choices=['portrait', 'square', 'landscape'], value='landscape'),
92
  ],
93
  outputs=[
@@ -118,5 +118,4 @@ iface_status = gr.Interface(
118
  )
119
 
120
  iface_combined = gr.TabbedInterface([iface_create, iface_status], ["์ปจํ…์ธ  ์ƒ์„ฑ", "์ƒํƒœ ํ™•์ธ ๋ฐ ๋‹ค์šด๋กœ๋“œ"])
121
- # iface_combined.launch(auth=("arxivgpt", "Arxiv1234!@"))
122
- iface_.launch
 
87
  fn=gradio_generate_contents,
88
  inputs=[
89
  gr.TextArea(label="์ปจํ…์ธ  ํ…์ŠคํŠธ"),
90
+ gr.Textbox(label="ํ‚ค์›Œ๋“œ"),
91
  gr.Dropdown(label="ํ™”๋ฉด ๋น„์œจ", choices=['portrait', 'square', 'landscape'], value='landscape'),
92
  ],
93
  outputs=[
 
118
  )
119
 
120
  iface_combined = gr.TabbedInterface([iface_create, iface_status], ["์ปจํ…์ธ  ์ƒ์„ฑ", "์ƒํƒœ ํ™•์ธ ๋ฐ ๋‹ค์šด๋กœ๋“œ"])
121
+ iface_combined.launch(auth=("arxiv", "gpt"))