MasleK commited on
Commit
c96ba73
·
1 Parent(s): 7b509b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
- demo = gr.Interface.load("models/EleutherAI/gpt-neo-1.3B", description='description')
7
  demo.launch()
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
+ demo = gr.Interface.load("caidas/swin2SR-classical-sr-x4-64", description='description')
7
  demo.launch()