NoaiGPT commited on
Commit
0bc9204
·
1 Parent(s): 84ccd93
Files changed (1) hide show
  1. app.py +1 -1
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.launch()
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")