Spaces:
Build error
Build error
gorkemgoknar
commited on
Commit
•
6f40683
1
Parent(s):
b162fb8
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ interface_text = gr.Interface(fn=greet,
|
|
209 |
css=css, title="Chat Text Only", description=description,article=article)
|
210 |
|
211 |
|
212 |
-
interface_file= gr.Interface
|
213 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
214 |
"text",
|
215 |
"state"],
|
|
|
209 |
css=css, title="Chat Text Only", description=description,article=article)
|
210 |
|
211 |
|
212 |
+
interface_file= gr.Interface(fn=greet_textonly,
|
213 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
214 |
"text",
|
215 |
"state"],
|