bentobytes commited on
Commit
f43b678
·
1 Parent(s): c264727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ load_dotenv()
4
 
5
  hfkey = os.getenv('hfkey')
6
 
7
- gr.load(name="spaces/bentobytes/LawGPT", api_key="hfkey").launch()
 
4
 
5
  hfkey = os.getenv('hfkey')
6
 
7
+ gr.load(name="spaces/bentobytes/LawGPT", api_key=hfkey).launch()