Skip to content

Commit

Permalink
Update pywebio-usesless.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyi747 authored May 1, 2023
1 parent 03dc49a commit 0a40786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gui/pywebio-gui/pywebio-usesless.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import usesless,time
from gpt4free import usesless
import time
from pywebio import start_server,config
from pywebio.input import *
from pywebio.output import *
Expand Down Expand Up @@ -55,4 +56,4 @@ def main():
msg()

print("Click link to chat page")
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)

0 comments on commit 0a40786

Please sign in to comment.