Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreslu
/
orion
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
andreslu
commited on
Mar 29, 2023
Commit
f1f5a12
·
1 Parent(s):
c2bfd16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
CHANGED
Viewed
@@ -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()