Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into aliabd/flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd committed Jul 27, 2020
2 parents 41701da + 82c2b5a commit 2eebcf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build/lib/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
2 changes: 1 addition & 1 deletion gradio.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 1.0.3
Version: 1.0.4
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='gradio',
version='1.0.3',
version='1.0.4',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',
Expand Down

0 comments on commit 2eebcf6

Please sign in to comment.