Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.Interface.load("models/ogpat23/Jules-Chatbot").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()
|