SoniR commited on
Commit
ad39677
·
1 Parent(s): cde11ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/ogpat23/Jules-Chatbot").launch()
4
  gr.Interface.load("https://huggingface.co/spaces/SoniR/demo-app/blob/main/pytorch_model.bin").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ # gr.Interface.load("models/ogpat23/Jules-Chatbot").launch()
4
  gr.Interface.load("https://huggingface.co/spaces/SoniR/demo-app/blob/main/pytorch_model.bin").launch()
5
+ gr.Interface.load("https://huggingface.co/spaces/SoniR/demo-app/blob/main/config.json").launch()
6
+ gr.Interface.load("https://huggingface.co/spaces/SoniR/demo-app/blob/main/generation_config.json").launch()