Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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"))
|
|