Spaces:
Sleeping
Sleeping
Commit
·
bb8789c
1
Parent(s):
cf8da98
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ def CustomChatGPT(user_input):
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Real Estate Pro")
|
19 |
|
20 |
-
demo.launch(
|
21 |
|
22 |
|
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Real Estate Pro")
|
19 |
|
20 |
+
demo.launch(inline = False)
|
21 |
|
22 |
|