Gopala Krishna commited on
Commit
abe00c8
·
1 Parent(s): 4a68e14
Files changed (3) hide show
  1. .vs/MyChatGPTTurbo/v17/.wsuo +0 -0
  2. app.py +3 -1
  3. requirements.txt +0 -1
.vs/MyChatGPTTurbo/v17/.wsuo CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
 
app.py CHANGED
@@ -32,4 +32,6 @@ gr.Interface(
32
  fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Query"),
34
  outputs=gr.outputs.Textbox(label="Response"),
35
- theme=gr.themes.Default(primary_hue="sky")).launch()
 
 
 
32
  fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Query"),
34
  outputs=gr.outputs.Textbox(label="Response"),
35
+ theme=gr.themes.Default(primary_hue="sky"))
36
+
37
+ gr.launch()
requirements.txt CHANGED
@@ -1,2 +1 @@
1
  openai
2
- gradio 3.22.1
 
1
  openai