Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def CustomChatGPT(user_input):
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Drexx Chat Ai")
|
19 |
|
20 |
-
demo.launch()
|
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Drexx Chat Ai")
|
19 |
|
20 |
+
demo.launch(share="true")
|