andreslu commited on
Commit
f1f5a12
·
1 Parent(s): c2bfd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,8 +1,4 @@
1
  import gradio as gr
2
- import torch
3
-
4
- for text in generated_texts:
5
- print(text)
6
 
7
  def uppercase(text):
8
  return text.upper()
 
1
  import gradio as gr
 
 
 
 
2
 
3
  def uppercase(text):
4
  return text.upper()