asd
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
|
|
82 |
title="Merged Llama 3 8B Instruct Model",
|
83 |
description="Enter text to generate a response from the merged model.",
|
84 |
)
|
85 |
-
iface.
|
86 |
|
87 |
with gr.Tab("Merge and Push"):
|
88 |
merge_and_push_button = gr.Button("Merge Models and Push to Hub")
|
|
|
82 |
title="Merged Llama 3 8B Instruct Model",
|
83 |
description="Enter text to generate a response from the merged model.",
|
84 |
)
|
85 |
+
iface.render()
|
86 |
|
87 |
with gr.Tab("Merge and Push"):
|
88 |
merge_and_push_button = gr.Button("Merge Models and Push to Hub")
|