hchang commited on
Commit
d8022a3
1 Parent(s): c23c0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -37,7 +37,6 @@ def predict(input, history=[]):
37
 
38
 
39
  gr.Interface(
40
- share=True,
41
  fn=predict,
42
  title=title,
43
  description=description,
@@ -45,4 +44,4 @@ gr.Interface(
45
  inputs=["text", "state"],
46
  outputs=["chatbot", "state"],
47
  theme="finlaymacklon/boxy_violet",
48
- ).launch()
 
37
 
38
 
39
  gr.Interface(
 
40
  fn=predict,
41
  title=title,
42
  description=description,
 
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
  theme="finlaymacklon/boxy_violet",
47
+ ).launch(share=True)