Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dar-tau
/
run_inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dar-tau
commited on
Jun 8, 2024
Commit
4333b51
·
verified
·
1 Parent(s):
46203c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,5 +28,5 @@ def generate(text):
28
29
30
if __name__ == "__main__":
31
-
demo = gr.
Blocks
()
32
demo.launch()
28
29
30
if __name__ == "__main__":
31
+
demo = gr.
Interface
(
generate, inputs="textbox", outputs="textbox"
)
32
demo.launch()