Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
import gradio as gr
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
gr
|
| 4 |
|
|
|
|
|
|
| 1 |
+
# import gradio as gr
|
| 2 |
+
|
| 3 |
+
# gr.Interface.load("models/ogpat23/Jules-Chatbot").launch()
|
| 4 |
|
| 5 |
+
import gradio as gr
|
| 6 |
|
| 7 |
+
gr.Interface.load("models/SoniR/config").launch()
|