removed Share=True
Browse files
app.py
CHANGED
|
@@ -18,4 +18,5 @@ def CustomChatGPT(user_input, api_key):
|
|
| 18 |
|
| 19 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = ["text","text"], outputs = "text", title = "Middle School Tutor")
|
| 20 |
|
| 21 |
-
demo.launch(
|
|
|
|
|
|
| 18 |
|
| 19 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = ["text","text"], outputs = "text", title = "Middle School Tutor")
|
| 20 |
|
| 21 |
+
demo.launch()
|
| 22 |
+
|