ssboost commited on
Commit
1b1a836
โ€ข
1 Parent(s): 787c0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -145,7 +145,6 @@ description = r"""๋ฐฐ๊ฒฝ์ œ๊ฑฐ ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•˜์„ธ์š”.<br><br>
145
  3๏ธโƒฃ ์˜ค๋ฅธ์ชฝ์— ์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€์˜ ์šฐ์ธก์ƒ๋‹จ์— ์žˆ๋Š” ๋‹ค์šด๋กœ๋“œ ๋ฒ„ํŠผ์„ ๋ˆŒ๋Ÿฌ ๋‹ค์šด๋ฐ›์•„ ์‚ฌ์šฉํ•˜์„ธ์š”.<br style='margin-bottom:20px;'> <!-- ์—ฌ๊ธฐ์— ๋งˆ์ง„ ์ถ”๊ฐ€ -->
146
  """
147
 
148
-
149
  interface = gr.Interface(
150
  fn=inference,
151
  inputs=gr.Image(type='filepath'),
@@ -153,7 +152,6 @@ interface = gr.Interface(
153
  examples=[['robot.png'], ['ship.png']],
154
  title=title,
155
  description=description,
156
- article=article,
157
  allow_flagging='never',
158
  cache_examples=False,
159
  ).queue().launch(show_error=True)
 
145
  3๏ธโƒฃ ์˜ค๋ฅธ์ชฝ์— ์ƒ์„ฑ๋œ ์ด๋ฏธ์ง€์˜ ์šฐ์ธก์ƒ๋‹จ์— ์žˆ๋Š” ๋‹ค์šด๋กœ๋“œ ๋ฒ„ํŠผ์„ ๋ˆŒ๋Ÿฌ ๋‹ค์šด๋ฐ›์•„ ์‚ฌ์šฉํ•˜์„ธ์š”.<br style='margin-bottom:20px;'> <!-- ์—ฌ๊ธฐ์— ๋งˆ์ง„ ์ถ”๊ฐ€ -->
146
  """
147
 
 
148
  interface = gr.Interface(
149
  fn=inference,
150
  inputs=gr.Image(type='filepath'),
 
152
  examples=[['robot.png'], ['ship.png']],
153
  title=title,
154
  description=description,
 
155
  allow_flagging='never',
156
  cache_examples=False,
157
  ).queue().launch(show_error=True)