Spaces:
Sleeping
Sleeping
Commit
·
131a410
1
Parent(s):
437e931
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
gr.load("models/openchat/openchat_3.5")
|
| 6 |
+
app = gr.interface(fn = 0, input = "text", output = "text")
|
| 7 |
+
app.launch()
|