m7n commited on
Commit
694fd4c
·
1 Parent(s): 90743f0

added printing token remv later

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -154,6 +154,7 @@ def predict(request: gr.Request, text_input, sample_size_slider, reduce_sample_c
154
  gr.Button(visible=False) # cancel button state
155
  ]
156
 
 
157
 
158
  # Check if the input is a valid OpenAlex URL
159
 
 
154
  gr.Button(visible=False) # cancel button state
155
  ]
156
 
157
+
158
 
159
  # Check if the input is a valid OpenAlex URL
160