diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 82052ab472..d2f6160a26 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: gradio -Version: 1.2.4 +Version: 1.3.0 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid diff --git a/setup.py b/setup.py index d6fc0dfb96..b9c3947e0c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='1.2.4', + version='1.3.0', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid', diff --git a/test/golden/longest_word/wonderful.png b/test/golden/longest_word/wonderful.png index f6ec53b270..6c82697771 100644 Binary files a/test/golden/longest_word/wonderful.png and b/test/golden/longest_word/wonderful.png differ diff --git a/test/golden/sentence_builder/two_cats.png b/test/golden/sentence_builder/two_cats.png index 0509feff0e..f0783d0f05 100644 Binary files a/test/golden/sentence_builder/two_cats.png and b/test/golden/sentence_builder/two_cats.png differ