jslin09 commited on
Commit
af282bd
1 Parent(s): 9bf8d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  API_URL = "https://api-inference.huggingface.co/models/jslin09/bloom-560m-finetuned-fraud"
4
  headers = {"Authorization": "Bearer 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"} # Read only
5
 
6
- iface = gr.Interface.load("huggingface/jslin09/bloom-560m-finetuned-fraud",
7
  examples=[["闕很大明知金融帳戶之存摺、提款卡及密碼係供自己使用之重要理財工具,"]]
8
  )
9
 
 
3
  API_URL = "https://api-inference.huggingface.co/models/jslin09/bloom-560m-finetuned-fraud"
4
  headers = {"Authorization": "Bearer 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"} # Read only
5
 
6
+ iface = gr.Interface.load("huggingface/models/jslin09/bloom-560m-finetuned-fraud",
7
  examples=[["闕很大明知金融帳戶之存摺、提款卡及密碼係供自己使用之重要理財工具,"]]
8
  )
9