zhangshengdong commited on
Commit
a41d7ea
1 Parent(s): 474a4ff

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -36,7 +36,6 @@ h3 {
36
  """
37
 
38
 
39
- @spaces.GPU()
40
  def stream_chat(
41
  message: str,
42
  history: list,
@@ -72,7 +71,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
72
 
73
  if __name__ == "__main__":
74
  demo.launch(
75
- server_name="0.0.0.0",
76
- share=False,
77
- debug=True,
78
  )
 
36
  """
37
 
38
 
 
39
  def stream_chat(
40
  message: str,
41
  history: list,
 
71
 
72
  if __name__ == "__main__":
73
  demo.launch(
74
+ # server_name="0.0.0.0",
75
+ # share=False,
76
+ # debug=True,
77
  )