Byhunny commited on
Commit
eff01a2
1 Parent(s): 9d23079

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -1,11 +1,3 @@
1
  import gradio as gr
2
 
3
-
4
- def greet(name):
5
- return "Hello " + name + "!"
6
-
7
-
8
- demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
9
-
10
- if __name__ == "__main__":
11
- demo.launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/ali-vilab/In-Context-LoRA").launch()