Skip to content

Commit

Permalink
stopped printing prediction data
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd committed Jul 22, 2020
1 parent c6d00be commit 4044736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradio/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 4044736

Please sign in to comment.