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

fix: unknown error test

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def predict(input, history=[]):
37
 
38
 
39
  gr.Interface(
 
40
  fn=predict,
41
  title=title,
42
  description=description,
 
37
 
38
 
39
  gr.Interface(
40
+ share=True,
41
  fn=predict,
42
  title=title,
43
  description=description,