Spaces:
Runtime error
Runtime error
title fix
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def Bemenet(input_string):
|
|
17 |
textbox = gr.Textbox()
|
18 |
|
19 |
interface = gr.Interface(fn=Bemenet,
|
20 |
-
title="GPT-
|
21 |
description="A GPT-3 egy finomhangolt verzi贸ja GPT-4 kimeneteken.",
|
22 |
inputs=textbox,
|
23 |
outputs=textbox)
|
|
|
17 |
textbox = gr.Textbox()
|
18 |
|
19 |
interface = gr.Interface(fn=Bemenet,
|
20 |
+
title="GPT-3-SECRET",
|
21 |
description="A GPT-3 egy finomhangolt verzi贸ja GPT-4 kimeneteken.",
|
22 |
inputs=textbox,
|
23 |
outputs=textbox)
|