Spaces:
Running
on
Zero
Running
on
Zero
added printing token remv later
Browse files
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 |
|