pablocst commited on
Commit
12689e0
1 Parent(s): 9fba97d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import os
3
  import json
4
  import requests
5
 
 
 
6
  #Streaming endpoint
7
  API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
8
 
 
3
  import json
4
  import requests
5
 
6
+ gr.themes.builder()
7
+
8
  #Streaming endpoint
9
  API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
10