Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def CustomChatGPT(user_input):
|
|
18 |
intf = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Web(GPT)3 Daily")
|
19 |
|
20 |
intf.launch(share=True)
|
21 |
-
iface.launch
|
|
|
18 |
intf = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Web(GPT)3 Daily")
|
19 |
|
20 |
intf.launch(share=True)
|
21 |
+
iface.launch(inline=False)
|