Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dominikeff
/
LeoLM-leo-hessianai-13b-chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dominikeff
commited on
Oct 14, 2023
Commit
c0ef3d3
·
1 Parent(s):
5babfaf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.
Interface.
load("models/LeoLM/leo-hessianai-13b-chat").launch()
1
import gradio as gr
2
3
+
gr.load("models/LeoLM/leo-hessianai-13b-chat").launch()