mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
stopped printing prediction data
This commit is contained in:
parent
be368d73ab
commit
5524a21307
@ -135,7 +135,6 @@ def send_prediction_analytics(interface):
|
||||
'input_interface': interface.input_interfaces,
|
||||
'output_interface': interface.output_interfaces,
|
||||
}
|
||||
print(data)
|
||||
try:
|
||||
requests.post(
|
||||
analytics_url + 'gradio-prediction-analytics/',
|
||||
|
Loading…
Reference in New Issue
Block a user