jslin09 commited on
Commit
fb1b968
·
1 Parent(s): 2e11170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def greet(name):
12
  dreating_demo = gr.Interface.load(
13
  "huggingface/jslin09/bloom-560m-finetuned-fraud",
14
  fn=greet
15
- title=None,
16
  examples=drafting_examples,
17
  inputs=gr.Textbox(
18
  label="Text 1",
 
12
  dreating_demo = gr.Interface.load(
13
  "huggingface/jslin09/bloom-560m-finetuned-fraud",
14
  fn=greet
15
+ title=title,
16
  examples=drafting_examples,
17
  inputs=gr.Textbox(
18
  label="Text 1",