richardkimsm89 commited on
Commit
5977580
·
verified ·
1 Parent(s): a534ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,6 +91,6 @@ app_llama = gr.Interface(
91
  # UI
92
 
93
  app = gr.TabbedInterface(
94
- [app_gemma, app_phi],
95
  ["Google Gemma"]
96
  ).launch()
 
91
  # UI
92
 
93
  app = gr.TabbedInterface(
94
+ [app_gemma],
95
  ["Google Gemma"]
96
  ).launch()