Spaces:
Runtime error
Runtime error
Update app.py
#1
by
JAYASWAROOP
- opened
app.py
CHANGED
@@ -14,7 +14,7 @@ def Custom_GPT(msg):
|
|
14 |
|
15 |
demo = gr.Interface(fn=Custom_GPT, inputs="text", outputs="text", title="Coder Chatbot")
|
16 |
|
17 |
-
demo.launch(
|
18 |
|
19 |
|
20 |
|
|
|
14 |
|
15 |
demo = gr.Interface(fn=Custom_GPT, inputs="text", outputs="text", title="Coder Chatbot")
|
16 |
|
17 |
+
demo.launch()
|
18 |
|
19 |
|
20 |
|