zhenyundeng commited on
Commit
17775ce
·
1 Parent(s): 96312d1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -363,8 +363,8 @@ def log_on_azure(file, logs, azure_share_client):
363
  file_client.upload_file(logs)
364
 
365
 
366
- @spaces.GPU
367
  @app.post("/predict/")
 
368
  def fact_checking(item: Item):
369
  claim = item['claim']
370
  source = item['source']
 
363
  file_client.upload_file(logs)
364
 
365
 
 
366
  @app.post("/predict/")
367
+ @spaces.GPU
368
  def fact_checking(item: Item):
369
  claim = item['claim']
370
  source = item['source']