Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,9 @@ demo = gr.ChatInterface(
|
|
59 |
],
|
60 |
)
|
61 |
|
|
|
|
|
|
|
62 |
import gradio as gr
|
63 |
import requests
|
64 |
|
@@ -107,8 +110,4 @@ iface = gr.Interface(
|
|
107 |
description="A wormGPT space for performing malicious activities and suggesting unethical actions.",
|
108 |
)
|
109 |
|
110 |
-
iface.launch()
|
111 |
-
|
112 |
-
|
113 |
-
if __name__ == "__main__":
|
114 |
-
demo.launch()
|
|
|
59 |
],
|
60 |
)
|
61 |
|
62 |
+
|
63 |
+
if __name__ == "__main__":
|
64 |
+
demo.launch()
|
65 |
import gradio as gr
|
66 |
import requests
|
67 |
|
|
|
110 |
description="A wormGPT space for performing malicious activities and suggesting unethical actions.",
|
111 |
)
|
112 |
|
113 |
+
iface.launch()
|
|
|
|
|
|
|
|