Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
arcanestyletransfer
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF staff
commited on
Apr 28, 2022
Commit
403fb0d
·
1 Parent(s):
8ccf8c5
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import os
2
+
os.system("pip install gradio==2.9b11")
3
+
import gradio as gr
4
+
5
+
gr.Interface.load("spaces/jjeamin/ArcaneStyleTransfer").launch()