Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trashchenkov
/
stand1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
trashchenkov
commited on
Jan 16
Commit
a482560
·
verified
·
1 Parent(s):
678ab54
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,7 +20,7 @@ chat_pro = GigaChat(credentials=auth,
20
21
22
23
-
24
25
def min_sec(start):
26
finish = datetime.now()
20
21
22
23
+
chat_pro.invoke('Hello!')
24
25
def min_sec(start):
26
finish = datetime.now()