Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def generate(input_text):
|
|
45 |
|
46 |
iface = gr.Interface(
|
47 |
fn=generate,
|
48 |
-
inputs=gr.Textbox(label = "input"
|
49 |
outputs="text",
|
50 |
title = "Japanese GPT 1B PII Masking DEMO"
|
51 |
)
|
|
|
45 |
|
46 |
iface = gr.Interface(
|
47 |
fn=generate,
|
48 |
+
inputs=gr.Textbox(label = "input"),
|
49 |
outputs="text",
|
50 |
title = "Japanese GPT 1B PII Masking DEMO"
|
51 |
)
|