Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bentobytes
/
DQA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bentobytes
commited on
Aug 24, 2023
Commit
f43b678
·
1 Parent(s):
c264727
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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()