ldhldh commited on
Commit
1ba73e4
โ€ข
1 Parent(s): 98df8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -192,5 +192,12 @@ with gr.Blocks() as demo:
192
  outputs="text",
193
  description="get_coin, id๋กœ ์ž”์—ฌ ์ฝ”์ธ(ํ–‰๋™๋ ฅ) ๋ฐ˜ํ™˜. \n /run/predict_6",
194
  )
 
 
 
 
 
 
 
195
 
196
  demo.queue(max_size=32).launch(enable_queue=True)
 
192
  outputs="text",
193
  description="get_coin, id๋กœ ์ž”์—ฌ ์ฝ”์ธ(ํ–‰๋™๋ ฅ) ๋ฐ˜ํ™˜. \n /run/predict_6",
194
  )
195
+
196
+ gd = gr.Interface(
197
+ fn=get_data,
198
+ inputs=[],
199
+ outputs="text",
200
+ description="get_data, ์‹œ๊ฐํ™”์šฉ ๋ชจ๋“  ๋ฐ์ดํ„ฐ ๋ฐ˜ํ™˜. gpu๊ธฐ์—ฌ ๋ชฉ๋ก, total/used, chain \n /run/predict_6",
201
+ )
202
 
203
  demo.queue(max_size=32).launch(enable_queue=True)