Update space
Browse files
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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|