bstraehle commited on
Commit
f4140b0
·
verified ·
1 Parent(s): 5f04474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,7 +2,9 @@ import gradio as gr
2
  import json, openai, os, time
3
  from openai import OpenAI
4
 
5
- client, assistant, thread
 
 
6
 
7
  def show_json(str, obj):
8
  print(f"### {str}")
 
2
  import json, openai, os, time
3
  from openai import OpenAI
4
 
5
+ client
6
+ assistant
7
+ thread
8
 
9
  def show_json(str, obj):
10
  print(f"### {str}")