jaumaras commited on
Commit
c2871ad
1 Parent(s): 4e42bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
 
4
  # save your HF API token from https:/hf.co/settings/tokens as an env variable to avoid rate limiting
5
  auth_token = os.getenv("auth_token")
6
- gr.api_name="MyNameApiVamooo"
7
  # automatically load the interface from a HF model
8
  # you can remove the api_key parameter if you don't care about rate limiting.
9
  demo = gr.load(
 
3
 
4
  # save your HF API token from https:/hf.co/settings/tokens as an env variable to avoid rate limiting
5
  auth_token = os.getenv("auth_token")
6
+ #gr.api_name="MyNameApiVamooo"
7
  # automatically load the interface from a HF model
8
  # you can remove the api_key parameter if you don't care about rate limiting.
9
  demo = gr.load(