dontito commited on
Commit
28ba2e1
1 Parent(s): 96fd408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  # Set the model name and load the tokenizer and configuration for the model
4
  MODEL_NAME = "models/dontito/llama-7b-hf-v0"
5
 
6
- gr.load(MODEL_NAME).launch(debug=True)
 
3
  # Set the model name and load the tokenizer and configuration for the model
4
  MODEL_NAME = "models/dontito/llama-7b-hf-v0"
5
 
6
+ gr.Interface.load(MODEL_NAME).launch(debug=True)