Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def generate_images(text, selected_model):
|
|
30 |
return results
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
-
fn=generate_images
|
34 |
inputs=[
|
35 |
gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt..."),
|
36 |
gr.Radio(
|
|
|
30 |
return results
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
+
fn=generate_images,#...
|
34 |
inputs=[
|
35 |
gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt..."),
|
36 |
gr.Radio(
|