Spaces:
Sleeping
Sleeping
Commit
·
e8b721e
1
Parent(s):
f46a883
Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ def CustomChatGPT(YO_U):
|
|
21 |
|
22 |
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="BEST DEVELOPERS Developed By AmritTech")
|
23 |
|
24 |
-
demo.launch(share=
|
25 |
|
|
|
21 |
|
22 |
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="BEST DEVELOPERS Developed By AmritTech")
|
23 |
|
24 |
+
demo.launch(share=False)
|
25 |
|