umaiku commited on
Commit
5a600da
·
verified ·
1 Parent(s): b648617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ import os
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
 
8
- gr.load("huggingface/umaiku/bger", src="spaces", token=os.getenv('HF_TOKEN')).launch()
 
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
 
8
+ gr.load("huggingface/umaiku/bger", src="spaces").launch(token=os.getenv('HF_TOKEN'))