Zerx966 commited on
Commit
0be9128
·
verified ·
1 Parent(s): d9d80bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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()