mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
updated to v 0.9.0
This commit is contained in:
parent
b6220ec56b
commit
c464497265
19
build/lib/gradio/hosted.py
Normal file
19
build/lib/gradio/hosted.py
Normal file
@ -0,0 +1,19 @@
|
||||
"""
|
||||
This file is used by launch models on a hosted service, like `GradioHub`
|
||||
"""
|
||||
|
||||
import tempfile
|
||||
import traceback
|
||||
import webbrowser
|
||||
|
||||
import gradio.inputs
|
||||
import gradio.outputs
|
||||
from gradio import networking, strings
|
||||
from distutils.version import StrictVersion
|
||||
import pkg_resources
|
||||
import requests
|
||||
import random
|
||||
import time
|
||||
|
||||
def launch_from_config(path):
|
||||
pass
|
BIN
dist/gradio-0.8.1-py3.6.egg
vendored
BIN
dist/gradio-0.8.1-py3.6.egg
vendored
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gradio
|
||||
Version: 0.8.1
|
||||
Version: 0.9.0
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/abidlabs/gradio
|
||||
Author: Abubakar Abid
|
||||
|
@ -2,6 +2,7 @@ MANIFEST.in
|
||||
README.md
|
||||
setup.py
|
||||
gradio/__init__.py
|
||||
gradio/hosted.py
|
||||
gradio/inputs.py
|
||||
gradio/interface.py
|
||||
gradio/networking.py
|
||||
|
19
gradio/hosted.py
Normal file
19
gradio/hosted.py
Normal file
@ -0,0 +1,19 @@
|
||||
"""
|
||||
This file is used by launch models on a hosted service, like `GradioHub`
|
||||
"""
|
||||
|
||||
import tempfile
|
||||
import traceback
|
||||
import webbrowser
|
||||
|
||||
import gradio.inputs
|
||||
import gradio.outputs
|
||||
from gradio import networking, strings
|
||||
from distutils.version import StrictVersion
|
||||
import pkg_resources
|
||||
import requests
|
||||
import random
|
||||
import time
|
||||
|
||||
def launch_from_config(path):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user