mwitiderrick commited on
Commit
89a4e78
1 Parent(s): 0479016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def run_pipeline(text):
45
  sparse_end = time.perf_counter()
46
  sparse_duration = (sparse_end - sparse_start) * 1000.0
47
 
48
- return {"politics":20, "public":80}, sparse_duration
49
 
50
 
51
  with gr.Blocks() as demo:
 
45
  sparse_end = time.perf_counter()
46
  sparse_duration = (sparse_end - sparse_start) * 1000.0
47
 
48
+ return {"politics":0.20, "public":0.80}, sparse_duration
49
 
50
 
51
  with gr.Blocks() as demo: