Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vedits
/
Fvds
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pragnakalp
commited on
Feb 8, 2023
Commit
ae9b111
·
1 Parent(s):
15317be
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,7 +58,7 @@ def one_shot(image,input_text,gender):
58
59
except Exception as e:
60
print(e)
61
-
return
"/content/train/image_pre_audio.mp4"
62
exit()
63
64
58
59
except Exception as e:
60
print(e)
61
+
return
parsed_json
62
exit()
63
64