T3lli commited on
Commit
83b3990
·
verified ·
1 Parent(s): 461ffd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ def respond(
39
  response += token
40
  yield response
41
 
42
- gr.Interface(fn=image_classifier, inputs="image", outputs="label")
 
43
 
44
  """
45
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
39
  response += token
40
  yield response
41
 
42
+ name = Elli
43
+ f"Hi there{name}"
44
 
45
  """
46
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface