Metadata-Version: 2.1
Name: gradio-offline
Version: 3.31.0.4
Summary: Python library for easily interacting with trained machine learning models
Project-URL: Homepage, https://github.com/junchen1992/gradio-offline
Author-email: Abubakar Abid <team@gradio.app>, Ali Abid <team@gradio.app>, Ali Abdalla <team@gradio.app>, Dawood Khan <team@gradio.app>, Ahsen Khaliq <team@gradio.app>, Pete Allen <team@gradio.app>, Ömer Faruk Özdemir <team@gradio.app>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: machine learning,reproducibility,visualization
Requires-Python: >=3.7
Requires-Dist: aiofiles
Requires-Dist: aiohttp
Requires-Dist: altair>=4.2.0
Requires-Dist: fastapi
Requires-Dist: ffmpy
Requires-Dist: gradio-client>=0.2.4
Requires-Dist: httpx
Requires-Dist: huggingface-hub>=0.13.0
Requires-Dist: jinja2
Requires-Dist: markdown-it-py[linkify]>=2.0.0
Requires-Dist: markupsafe
Requires-Dist: matplotlib
Requires-Dist: mdit-py-plugins<=0.3.3
Requires-Dist: numpy
Requires-Dist: orjson
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: pydantic
Requires-Dist: pydub
Requires-Dist: pygments>=2.12.0
Requires-Dist: python-multipart
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: semantic-version
Requires-Dist: typing-extensions
Requires-Dist: uvicorn>=0.14.0
Requires-Dist: websockets>=10.0
Description-Content-Type: text/markdown

# Gradio Offline

Use gradio without internet connection. This repo tracks [the official repo](https://github.com/gradio-app/gradio) until it supports offline mode.

## Install

```shell
pip install gradio-offline
```

Usage is the same as using `gradio`.

:warning: This repo is designed to make minimal changes to enable the offline usage of gradio.
