Commit ·
6ba1616
1
Parent(s): d6fb159
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,4 @@ def CustomChatGPT(user_input):
|
|
| 22 |
|
| 23 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Alfred - Evento Páscoa 8/Abril")
|
| 24 |
|
| 25 |
-
demo.launch(
|
|
|
|
| 22 |
|
| 23 |
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Alfred - Evento Páscoa 8/Abril")
|
| 24 |
|
| 25 |
+
demo.launch()
|