layout
Browse files- recipe_lora.py +0 -1
recipe_lora.py
CHANGED
@@ -99,7 +99,6 @@ def app():
|
|
99 |
)
|
100 |
|
101 |
with gr.Row():
|
102 |
-
|
103 |
model_output = gr.Textbox(
|
104 |
label="Recipe Suggestion", lines=10, interactive=False
|
105 |
)
|
|
|
99 |
)
|
100 |
|
101 |
with gr.Row():
|
|
|
102 |
model_output = gr.Textbox(
|
103 |
label="Recipe Suggestion", lines=10, interactive=False
|
104 |
)
|