YefersonCasiBachiller commited on
Commit
048aee8
1 Parent(s): 15fc576

Update app.py

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