Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
| 3 |
-
title
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
)
|
| 9 |
-
interface.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
|
| 3 |
+
title="ShibaDeveloper/olivia-v1.0 🍑"
|
| 4 |
+
|
| 5 |
+
text_imagen = gr.Interface.load("models/ShibaDeveloper/olivia-v1.0")
|
| 6 |
+
|
| 7 |
+
gr.Series(text_imagen, title=title).launch(debug=True)
|
|
|
|
|
|