awacke1 commited on
Commit
c99f707
·
1 Parent(s): 80da7d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def update(choice, text):
4
- If choice==“gpt2large“:
5
  return f1(text)
6
  # return f"Welcome to Gradio, {name}!"
7
 
 
1
  import gradio as gr
2
 
3
  def update(choice, text):
4
+ if (choice==“gpt2large“):
5
  return f1(text)
6
  # return f"Welcome to Gradio, {name}!"
7