Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
plan-com-ai/TalentScribe_v.1.0_Alpha
ZennethKenneth
/
DocsFox
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZennethKenneth
commited on
Aug 1, 2024
Commit
89dc949
·
verified
·
1 Parent(s):
469ea1a
remove iface invocation
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ demo = gr.ChatInterface(
74
)
75
76
if __name__ == "__main__":
77
-
iface
.launch()
74
)
75
76
if __name__ == "__main__":
77
+
demo
.launch()