shreyajn commited on
Commit
560ffc7
·
verified ·
1 Parent(s): 773e371

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -188,6 +188,20 @@ spot check the output with expected output.
188
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
189
 
190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
 
192
  ## Deploying compiled model to Android
193
 
 
188
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
189
 
190
 
191
+ ## Run demo on a cloud-hosted device
192
+
193
+ You can also run the demo on-device.
194
+
195
+ ```bash
196
+ python -m qai_hub_models.models.mediapipe_selfie.demo --on-device
197
+ ```
198
+
199
+ **NOTE**: If you want running in a Jupyter Notebook or Google Colab like
200
+ environment, please add the following to your cell (instead of the above).
201
+ ```
202
+ %run -m qai_hub_models.models.mediapipe_selfie.demo -- --on-device
203
+ ```
204
+
205
 
206
  ## Deploying compiled model to Android
207