Spaces:
Runtime error
Runtime error
JAYASWAROOP
commited on
Commit
•
df15593
1
Parent(s):
351b06b
Update app.py
Browse files
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 |
|