akhaliq HF staff commited on
Commit
403fb0d
1 Parent(s): 8ccf8c5

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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()