Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hwberry2
/
WhisperDemo
like
8
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
hwberry2
commited on
Mar 8, 2023
Commit
5ffe02a
·
1 Parent(s):
ace94cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -39,9 +39,9 @@ def giveVoice(bot_message):
39
return new_path
40
41
def keepLog(gpt):
42
-
chat_log = gpt
43
44
-
return
chat_log
45
46
47
39
return new_path
40
41
def keepLog(gpt):
42
+
print("inside")
43
44
+
return
gpt
45
46
47