sarwansingh commited on
Commit
ffa7c64
·
verified ·
1 Parent(s): 4125786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import gradioas gr
2
 
3
  def greet(name, intensity):
4
  return "Hello, " + name + "!" * int(intensity)
 
1
+ import gradio as gr
2
 
3
  def greet(name, intensity):
4
  return "Hello, " + name + "!" * int(intensity)