mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
0.3.5
This commit is contained in:
parent
91789a2a5b
commit
579ecc6747
@ -153,12 +153,13 @@ class Interface:
|
||||
networking.set_interface_types_in_config_file(output_directory,
|
||||
self.input_interface.__class__.__name__.lower(),
|
||||
self.output_interface.__class__.__name__.lower())
|
||||
is_colab = False
|
||||
try: # Check if running interactively using ipython.
|
||||
from_ipynb = get_ipython()
|
||||
if 'google.colab' in str(from_ipynb):
|
||||
is_colab = True
|
||||
except NameError:
|
||||
is_colab = False
|
||||
pass
|
||||
|
||||
if self.verbose:
|
||||
print("NOTE: Gradio is in beta stage, please report all bugs to: a12d@stanford.edu")
|
||||
|
BIN
dist/gradio-0.3.4.tar.gz
vendored
BIN
dist/gradio-0.3.4.tar.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
dist/gradio-0.3.5.tar.gz
vendored
Normal file
BIN
dist/gradio-0.3.5.tar.gz
vendored
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gradio
|
||||
Version: 0.3.4
|
||||
Version: 0.3.5
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/abidlabs/gradio
|
||||
Author: Abubakar Abid
|
||||
|
Loading…
x
Reference in New Issue
Block a user