Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def greet(name):
|
|
11 |
|
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(
|
|
|
11 |
|
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(
|