gmshroff commited on
Commit
8d82e67
1 Parent(s): d88d84c

updated README

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -11,3 +11,10 @@ license: unknown
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ Simple example of a gradio UI that calls anvilserver.py running on any
16
+ machine with internet connection. Can be a laptop also.
17
+ Just push app.py and requirements.txt to gradio and
18
+ pip install anvil_uplink on your server (e.g. laptop) machine
19
+ and run anvilserver.py there. The gradio UI calls the server_function
20
+ published within anvilserver.py. This uses anvil as a router.