Spaces:
Runtime error
Runtime error
Commit
·
8e6ad56
1
Parent(s):
ec81f65
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ return ChatGPT_reply
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="Twitter Tweets Pro")
|
19 |
|
20 |
-
demo.launch()
|
|
|
17 |
|
18 |
demo = gradio.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="Twitter Tweets Pro")
|
19 |
|
20 |
+
demo.launch()
|