Blane187 commited on
Commit
8212902
1 Parent(s): 1d7f989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.load(theme="Blane187/Izumi", title="Mixtral-8x7B-Instruct-v0.1", "models/mistralai/Mixtral-8x7B-Instruct-v0.1").launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/mistralai/Mixtral-8x7B-Instruct-v0.1", theme="Blane187/Izumi", title="Mixtral-8x7B-Instruct-v0.1").launch()