xiaolv commited on
Commit
a46ef33
1 Parent(s): 7637c59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import json, requests
2
  import gradio as gr
3
  import uuid
4
 
 
 
5
  def generate_uuid():
6
  random_uuid = uuid.uuid4()
7
  random_uuid_str = str(random_uuid)
 
2
  import gradio as gr
3
  import uuid
4
 
5
+
6
+ # 创建新的聊天频道
7
  def generate_uuid():
8
  random_uuid = uuid.uuid4()
9
  random_uuid_str = str(random_uuid)