|
--- |
|
title: Gmserver |
|
emoji: 😻 |
|
colorFrom: purple |
|
colorTo: pink |
|
sdk: gradio |
|
sdk_version: 4.36.1 |
|
app_file: app.py |
|
pinned: false |
|
license: unknown |
|
--- |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|
Simple example of a gradio UI that calls anvilserver.py running on any |
|
machine with internet connection. Can be a laptop also. |
|
Just push app.py and requirements.txt to gradio and |
|
pip install anvil_uplink on your server (e.g. laptop) machine |
|
and run anvilserver.py there. The gradio UI calls the server_function |
|
published within anvilserver.py. This uses anvil as a router. |