Maaz66 commited on
Commit
8422f05
1 Parent(s): 7aef422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def chatgpt_clone(input, history):
47
  return history, history
48
 
49
 
50
- block = gr.Blocks()
51
 
52
 
53
  with block:
 
47
  return history, history
48
 
49
 
50
+ block = gr.Blocks(api_name=True)
51
 
52
 
53
  with block: