Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
farmax
/
LLM_Sizing
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
farmax
commited on
Nov 9, 2024
Commit
034c6e1
·
verified
·
1 Parent(s):
f0e5bc0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
def greet(name):
2
return f"Ciao, {name}!"
3
1
+
import argparse
2
+
from tabulate import tabulate
3
+
4
def greet(name):
5
return f"Ciao, {name}!"
6