Spaces:
Running
Running
File size: 621 Bytes
8393525 8d82e67 d74d80d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
title: Gmserver
emoji: 😻
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 3.38.0
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.
|