Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fujiki
/
open-calm-1b_playground
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fujiki
commited on
May 18, 2023
Commit
929fc3c
·
1 Parent(s):
185c780
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -20,6 +20,7 @@ logger.setLevel("INFO")
20
21
gr_interface = None
22
23
24
@dataclass
25
class DefaultArgs:
20
21
gr_interface = None
22
23
+
VERSION = "1.0"
24
25
@dataclass
26
class DefaultArgs: