Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
#import gradio as gr
|
2 |
-
#gr.Interface.load("models/goofyai/3d_render_style_xl").launch()
|
3 |
import gradio as gr
|
4 |
-
|
5 |
-
# Cargar el modelo y los pesos
|
6 |
-
pipeline.load_lora("goofyai/3d_render_style_xl")
|
7 |
|
8 |
# Función para generar imágenes a partir de texto
|
9 |
def generate_image(input_text):
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("models/goofyai/3d_render_style_xl").launch()
|
|
|
|
|
3 |
|
4 |
# Función para generar imágenes a partir de texto
|
5 |
def generate_image(input_text):
|