Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sidmaji
/
Beluga2ScriptGenerator
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sid Ma
commited on
Jul 30, 2023
Commit
a8ace67
·
1 Parent(s):
6b66eaf
change method because old method will be deprecated
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/stabilityai/StableBeluga2").launch()
1
import gradio as gr
2
3
+
gr.load("models/stabilityai/StableBeluga2").launch()