Spaces:
Build error
Build error
Commit
ยท
8b7f166
1
Parent(s):
df881b8
Update app.py
Browse files
app.py
CHANGED
@@ -175,14 +175,10 @@ iface = gr.Interface(
|
|
175 |
fn=gradio_generate_contents, # ์ปจํ
์ธ ์์ฑ ํจ์
|
176 |
inputs=[gr.TextArea(label="์ปจํ
์ธ ํ
์คํธ"), gr.Textbox(label="๋ธ๋๋๋ช
")], # TextArea๋ก ๋ฉํฐ๋ผ์ธ ์
๋ ฅ
|
177 |
outputs=gr.Textbox(label="์ปจํ
์ธ ID")
|
178 |
-
)
|
179 |
-
|
180 |
-
|
181 |
-
status_iface = gr.Interface(
|
182 |
-
fn=gradio_generate_status, # ์ปจํ
์ธ ์ํ ํ์ธ ํจ์
|
183 |
inputs=gr.Textbox(label="์ปจํ
์ธ ID"),
|
184 |
-
outputs=gr.Textbox(label="์ปจํ
์ธ ์ํ ๋๋ URL")
|
185 |
)
|
186 |
|
|
|
187 |
iface.launch()
|
188 |
status_iface.launch()
|
|
|
175 |
fn=gradio_generate_contents, # ์ปจํ
์ธ ์์ฑ ํจ์
|
176 |
inputs=[gr.TextArea(label="์ปจํ
์ธ ํ
์คํธ"), gr.Textbox(label="๋ธ๋๋๋ช
")], # TextArea๋ก ๋ฉํฐ๋ผ์ธ ์
๋ ฅ
|
177 |
outputs=gr.Textbox(label="์ปจํ
์ธ ID")
|
|
|
|
|
|
|
|
|
|
|
178 |
inputs=gr.Textbox(label="์ปจํ
์ธ ID"),
|
179 |
+
outputs=gr.Textbox(label="์ปจํ
์ธ ์ํ ๋๋ URL")
|
180 |
)
|
181 |
|
182 |
+
|
183 |
iface.launch()
|
184 |
status_iface.launch()
|