Spaces:
Sleeping
Sleeping
Commit
·
aef5ec5
1
Parent(s):
ebe8a2b
fix gradio error
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def CustomChatGPT(user_input):
|
|
18 |
|
19 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "J.A.R.V.I.S.")
|
20 |
|
21 |
-
demo.launch(
|
|
|
18 |
|
19 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "J.A.R.V.I.S.")
|
20 |
|
21 |
+
demo.launch()
|