seawolf2357 commited on
Commit
8b7f166
ยท
1 Parent(s): df881b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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()