Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pedrocas15
/
RPC-Chat
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pedrocas15
commited on
Feb 28
Commit
bce4284
·
verified
·
1 Parent(s):
d2c5ff2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -80,4 +80,5 @@ demo = gr.ChatInterface(
80
81
82
if __name__ == "__main__":
83
demo.launch()
80
81
82
if __name__ == "__main__":
83
+
setup()
84
demo.launch()