Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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",
|